Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 525 Bytes

location.md

File metadata and controls

27 lines (19 loc) · 525 Bytes

Location

This documentation provides details about the data that can be faked for Location data.

To retrieve generated/fake data for Location information see the following capabilities:

from socfaker import SocFaker

sc = SocFaker()

print(sc.location.latitude)
print(sc.location.longitude)
print(sc.location.city)
print(sc.location.continent)
print(sc.location.country_code)
print(sc.location.country)

Location Class

.. automodule:: socfaker.location
   :members:
   :undoc-members: