Trees | Indices | Help |
|
---|
|
object --+ | point.Point --+ | Zone
Since: 0.6.0
|
|||
|
|||
str
|
|
||
str
|
|
||
Inherited from Inherited from Inherited from |
|
|||
comments Location comments |
|||
country Location's ISO 3166 country code |
|||
latitude Location's latitude |
|||
longitude Locations's longitude |
|||
zone Location's zone name as used in zoneinfo database |
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
Initialise a new Zone object >>> Zone("+513030-0000731", 'GB', "Europe/London") Zone('+513030-0000730', 'GB', 'Europe/London', None)
|
Self-documenting string representation >>> Zone("+513030-0000731", 'GB', "Europe/London") Zone('+513030-0000730', 'GB', 'Europe/London', None)
|
Pretty printed location string >>> print(Zone("+513030-0000731", 'GB', "Europe/London")) Europe/London (GB: 51°30'30"N, 000°07'30"W) >>> print(Zone("+0658-15813", "FM", "Pacific/Ponape", ... ["Ponape (Pohnpei)", ])) Pacific/Ponape (FM: 06°58'00"N, 158°13'00"W also Ponape (Pohnpei))
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 20 12:41:47 2008 | http://epydoc.sourceforge.net |