Trees | Indices | Help |
|
---|
|
object --+ | point.Point --+ | Cell
Since: 0.11.0
|
|||
|
|||
str
|
|
||
Inherited from Inherited from Inherited from |
|
|||
cellid Cell's identifier |
|||
crange Cell's range |
|||
created Date the cell was first entered |
|||
int
|
ident OpenCellID database identifier |
||
lac Cell's local area code |
|||
latitude Location's latitude |
|||
longitude Locations's longitude |
|||
mcc Cell's country code |
|||
mnc Cell's network code |
|||
samples Number of samples for the cell |
|||
updated Date of the last update |
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
Initialise a new Cell object >>> Cell(4, 52.015, -0.221, 21, 46, 40000, 10, 0, 1, ... datetime.datetime(2008, 4, 15, 15, 21, 35), ... datetime.datetime(2008, 4, 15, 15, 28, 49)) Cell(4, 52.015, -0.221, 21, 46, 40000, 10, 0, 1, datetime.datetime(2008, 4, 15, 15, 21, 35), datetime.datetime(2008, 4, 15, 15, 28, 49))
|
OpenCellID.org-style location string >>> print(Cell(4, 52.015, -0.221, 21, 46, 40000, 10, 0, 1, ... datetime.datetime(2008, 4, 15, 15, 21, 35), ... datetime.datetime(2008, 4, 15, 15, 28, 49))) 4,52.0150000000000,-0.221000000000000,21,46,40000,10,0,1,2008-04-15 15:21:35,2008-04-15 15:28:49
See Also: point.Point |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 20 12:41:11 2008 | http://epydoc.sourceforge.net |