Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 790 Bytes

employee.md

File metadata and controls

38 lines (29 loc) · 790 Bytes

Employee

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

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

from socfaker import SocFaker

sc = SocFaker()

print(sc.employee.name)
print(sc.employee.first_name)
print(sc.employee.last_name)
print(sc.employee.username)
print(sc.employee.email)
print(sc.employee.gender)
print(sc.employee.account_status)
print(sc.employee.ssn)
print(sc.employee.dob)
print(sc.employee.photo)
print(sc.employee.user_id)
print(sc.employee.phone_number)
print(sc.employee.logon_timestamp)
print(sc.employee.language)
print(sc.employee.title)
print(sc.employee.department)

Employee Class

.. automodule:: socfaker.employee
   :members:
   :undoc-members: