MythTV
master
|
Classes | |
class | MakeOpts |
Variables | |
string | SHORT_PARA_PATTERN = '-[CfIOW]\\s+\\S+|-[jl](\\s+[^-]\\S*)?|-[^-]\\S+' |
string | LONG_PARA_PATTERN = '--\\S+|--\\S+=\\S+' |
PARA_PATTERN = re.compile('(%s|%s)\\b' % (SHORT_PARA_PATTERN, LONG_PARA_PATTERN)) | |
verbose | |
string hardwareprofile.distros.mythtv_data.makeopts.SHORT_PARA_PATTERN = '-[CfIOW]\\s+\\S+|-[jl](\\s+[^-]\\S*)?|-[^-]\\S+' |
Definition at line 25 of file makeopts.py.
string hardwareprofile.distros.mythtv_data.makeopts.LONG_PARA_PATTERN = '--\\S+|--\\S+=\\S+' |
Definition at line 26 of file makeopts.py.
hardwareprofile.distros.mythtv_data.makeopts.PARA_PATTERN = re.compile('(%s|%s)\\b' % (SHORT_PARA_PATTERN, LONG_PARA_PATTERN)) |
Definition at line 27 of file makeopts.py.
hardwareprofile.distros.mythtv_data.makeopts.verbose |
Definition at line 60 of file makeopts.py.
Referenced by lirc_init(), ClassicCommDetector.PrintFullMap(), frameAnalyzer.removeShortBreaks(), frameAnalyzer.removeShortSegments(), FrameInfoEntry.toString(), toStringFrameAspects(), toStringFrameFormats(), and toStringFrameMaskValues().