Definition at line 29 of file makeopts.py.
◆ __init__()
def hardwareprofile.distros.mythtv_data.makeopts.MakeOpts.__init__ |
( |
|
self, |
|
|
|
value = None |
|
) |
| |
>>> m = MakeOpts("-C dir -f file -I dir -o file -W file -j 3 -l 4 -j -j3 -l --always-make")
>>> m.get()
['-C dir', '-f file', '-I dir', '-W file', '-j 3', '-l 4', '-j', '-j3', '-l', '--always-make']
Definition at line 30 of file makeopts.py.
◆ _parse()
def hardwareprofile.distros.mythtv_data.makeopts.MakeOpts._parse |
( |
|
self, |
|
|
|
flags |
|
) |
| |
|
private |
◆ get()
def hardwareprofile.distros.mythtv_data.makeopts.MakeOpts.get |
( |
|
self | ) |
|
◆ serialize()
def hardwareprofile.distros.mythtv_data.makeopts.MakeOpts.serialize |
( |
|
self | ) |
|
◆ dump()
def hardwareprofile.distros.mythtv_data.makeopts.MakeOpts.dump |
( |
|
self | ) |
|
◆ _makeopts
hardwareprofile.distros.mythtv_data.makeopts.MakeOpts._makeopts |
|
private |
The documentation for this class was generated from the following file:
- mythtv/programs/scripts/hardwareprofile/distros/mythtv_data/makeopts.py