|
MythTV master
|
Public Member Functions | |
| def | __init__ (self, filename, ostype='posix', func=None, inst=None) |
| def | __get__ (self, inst, owner) |
| 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) |
| def | do_test (self, *args, **kwargs) |
Public Member Functions inherited from hardwareprofile.os_detect.OrderedType | |
| def | __new__ (mcs, name, bases, attrs) |
Public Attributes | |
| filename | |
Public Attributes inherited from hardwareprofile.os_detect.OS | |
| ostype | |
| func | |
| inst | |
Static Private Attributes | |
| bool | _requires_func = False |
Additional Inherited Members | |
Static Public Attributes inherited from hardwareprofile.os_detect.OrderedType | |
| int | nextorder = 0 |
Definition at line 107 of file os_detect.py.
| def hardwareprofile.os_detect.OSWithFile.__init__ | ( | self, | |
| filename, | |||
ostype = 'posix', |
|||
func = None, |
|||
inst = None |
|||
| ) |
Reimplemented from hardwareprofile.os_detect.OS.
Definition at line 109 of file os_detect.py.
| def hardwareprofile.os_detect.OSWithFile.__get__ | ( | self, | |
| inst, | |||
| owner | |||
| ) |
Reimplemented from hardwareprofile.os_detect.OS.
Definition at line 113 of file os_detect.py.
Referenced by hardwareprofile.os_detect.OSWithFile.__get__().
| def hardwareprofile.os_detect.OSWithFile.do_test | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Reimplemented from hardwareprofile.os_detect.OS.
Definition at line 119 of file os_detect.py.
Referenced by hardwareprofile.os_detect.OS.__call__(), and hardwareprofile.os_detect.OSWithFile.do_test().
|
staticprivate |
Definition at line 108 of file os_detect.py.
Referenced by hardwareprofile.os_detect.OS.__call__().
| hardwareprofile.os_detect.OSWithFile.filename |
Definition at line 110 of file os_detect.py.
Referenced by hardwareprofile.os_detect.OSWithFile.__get__(), and hardwareprofile.os_detect.OSWithFile.do_test().