MythTV  master
Public Member Functions | Private Attributes | List of all members
hardwareprofile.os_detect.OSFromUname Class Reference
Inheritance diagram for hardwareprofile.os_detect.OSFromUname:
Inheritance graph
[legend]
Collaboration diagram for hardwareprofile.os_detect.OSFromUname:
Collaboration graph
[legend]

Public Member Functions

def uname (self)
 
def do_test (self, *args, **kwargs)
 
- Public Member Functions inherited from hardwareprofile.os_detect.OS
def __init__ (self, ostype=-1, func=None, inst=None)
 
def __get__ (self, inst, owner)
 
def __call__ (self, func=None)
 
- Public Member Functions inherited from hardwareprofile.os_detect.OrderedType
def __new__ (mcs, name, bases, attrs)
 

Private Attributes

 _uname
 

Additional Inherited Members

- Public Attributes inherited from hardwareprofile.os_detect.OS
 ostype
 
 func
 
 inst
 
- Static Public Attributes inherited from hardwareprofile.os_detect.OrderedType
int nextorder = 0
 

Detailed Description

Definition at line 134 of file os_detect.py.

Member Function Documentation

◆ uname()

def hardwareprofile.os_detect.OSFromUname.uname (   self)

Definition at line 136 of file os_detect.py.

Referenced by hardwareprofile.os_detect.OSFromUname.do_test().

◆ do_test()

def hardwareprofile.os_detect.OSFromUname.do_test (   self,
args,
**  kwargs 
)

Reimplemented from hardwareprofile.os_detect.OS.

Definition at line 163 of file os_detect.py.

Member Data Documentation

◆ _uname

hardwareprofile.os_detect.OSFromUname._uname
private

Definition at line 153 of file os_detect.py.

Referenced by hardwareprofile.os_detect.OSFromUname.uname().


The documentation for this class was generated from the following file: