Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 514 Bytes

operating_system.md

File metadata and controls

25 lines (17 loc) · 514 Bytes

OperatingSystem

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

To retrieve generated/fake data for Operating Systems see the following capabilities:

from socfaker import SocFaker

sc = SocFaker()

print(sc.operating_system.family)
print(sc.operating_system.name)
print(sc.operating_system.version)
print(sc.operating_system.fullname)

OperatingSystem Class

.. automodule:: socfaker.operatingsystem
   :members:
   :undoc-members: