Test third party stubs with stubtest (#5615)

This commit is contained in:
Shantanu
2021-06-12 15:17:40 -07:00
committed by GitHub
parent 9565c595ca
commit 7244ea1f71
53 changed files with 1249 additions and 11 deletions
@@ -0,0 +1,15 @@
geoip2.database.Reader.__exit__
geoip2.database.Reader.__init__
geoip2.errors.HTTPError.__init__
geoip2.models.SimpleModel.__init__
geoip2.records.City.__init__
geoip2.records.Continent.__init__
geoip2.records.Country.__init__
geoip2.records.Location.__init__
geoip2.records.MaxMind.__init__
geoip2.records.PlaceRecord.__init__
geoip2.records.Postal.__init__
geoip2.records.Record.__init__
geoip2.records.RepresentedCountry.__init__
geoip2.records.Subdivision.__init__
geoip2.records.Traits.__init__