class documentation

class OsFamily(_enum.Enum):

View In Hierarchy

The OS family

  • Windows
  • Linux
Method __str__ Returns the nicely printable string representation of this instance.
Class Variable Linux Undocumented
Class Variable Windows Undocumented
def __str__(self):

Returns the nicely printable string representation of this instance.

Returns
strUndocumented
Linux =

Undocumented

Windows =

Undocumented