Home | Trees | Indices | Help |
|
---|
|
object --+ | _GeoIPBase --+ | GeoIP
Instance Methods | |||
|
|||
int |
|
||
str |
|
||
str |
|
||
str |
|
||
str |
|
||
str |
|
||
str |
|
||
dict |
|
||
dict |
|
||
dict |
|
||
dict |
|
||
str |
|
||
str |
|
||
Inherited from |
Properties | |
Inherited from |
Method Details |
Initialize the class.
|
Get the country index. Looks up the index for the country which is the key for the code and name.
|
Returns 2-letter country code (e.g. 'US') for specified IP address. Use this method if you have a Country, Region, or City database.
|
Returns 2-letter country code (e.g. 'US') for specified hostname. Use this method if you have a Country, Region, or City database.
|
Returns full country name for specified IP address. Use this method if you have a Country or City database.
|
Returns full country name for specified hostname. Use this method if you have a Country database.
|
Lookup Organization, ISP or ASNum for given IP address. Use this method if you have an Organization, ISP or ASNum database.
|
Lookup the organization (or ISP) for hostname. Use this method if you have an Organization/ISP database.
|
Look up the record for a given IP address. Use this method if you have a City database.
|
Look up the record for a given hostname. Use this method if you have a City database.
|
Lookup the region for given IP address. Use this method if you have a Region database.
|
Lookup the region for given hostname. Use this method if you have a Region database.
|
Look up the time zone for a given IP address. Use this method if you have a Region or City database.
|
Look up the time zone for a given hostname. Use this method if you have a Region or City database.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 16 01:07:04 2013 | http://epydoc.sourceforge.net |