|
def | __init__ (self, filename, ostype='posix', func=None, inst=None) |
|
def | __get__ (self, inst, owner) |
|
def | do_test (self, *args, **kwargs) |
|
def | __init__ (self, ostype=-1, func=None, inst=None) |
|
def | __call__ (self, func=None) |
|
def | __new__ (mcs, name, bases, attrs) |
|
Definition at line 108 of file os_detect.py.
◆ __init__()
def hardwareprofile.os_detect.OSWithFile.__init__ |
( |
|
self, |
|
|
|
filename, |
|
|
|
ostype = 'posix' , |
|
|
|
func = None , |
|
|
|
inst = None |
|
) |
| |
◆ __get__()
def hardwareprofile.os_detect.OSWithFile.__get__ |
( |
|
self, |
|
|
|
inst, |
|
|
|
owner |
|
) |
| |
◆ do_test()
def hardwareprofile.os_detect.OSWithFile.do_test |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ _requires_func
bool hardwareprofile.os_detect.OSWithFile._requires_func = False |
|
staticprivate |
◆ filename
hardwareprofile.os_detect.OSWithFile.filename |
The documentation for this class was generated from the following file: