Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 483 Bytes

organization.md

File metadata and controls

25 lines (17 loc) · 483 Bytes

Organization

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

To retrieve generated/fake data for an Organization see the following capabilities:

from socfaker import SocFaker

sc = SocFaker()

print(sc.organization.name)
print(sc.organization.domain)
print(sc.organization.division)
print(sc.organization.title)

Organization Class

.. automodule:: socfaker.organization
   :members:
   :undoc-members: