We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c55ecb commit 88c6691Copy full SHA for 88c6691
1 file changed
geoip2/models.py
@@ -126,12 +126,20 @@ class City(Country):
126
127
Location object for the requested IP address.
128
129
+ :type: :py:class:`geoip2.records.Location`
130
+
131
.. attribute:: maxmind
132
133
Information related to your MaxMind account.
134
135
:type: :py:class:`geoip2.records.MaxMind`
136
137
+ .. attribute:: postal
138
139
+ Postal object for the requested IP address.
140
141
+ :type: :py:class:`geoip2.records.Postal`
142
143
.. attribute:: registered_country
144
145
The registered country object for the requested IP address. This record
0 commit comments