Classes | |
| class | MakeOpts |
Variables | |
| string | SHORT_PARA_PATTERN = '-[CfIOW]\\s+\\S+|-[jl](\\s+[^-]\\S*)?|-[^-]\\S+' |
| string | LONG_PARA_PATTERN = '--\\S+|--\\S+=\\S+' |
| tuple | PARA_PATTERN = re.compile('(%s|%s)\\b' % (SHORT_PARA_PATTERN, LONG_PARA_PATTERN)) |
| string hardwareprofile::distros::mythtv_data::makeopts::SHORT_PARA_PATTERN = '-[CfIOW]\\s+\\S+|-[jl](\\s+[^-]\\S*)?|-[^-]\\S+' |
Definition at line 22 of file makeopts.py.
| string hardwareprofile::distros::mythtv_data::makeopts::LONG_PARA_PATTERN = '--\\S+|--\\S+=\\S+' |
Definition at line 23 of file makeopts.py.
| tuple hardwareprofile::distros::mythtv_data::makeopts::PARA_PATTERN = re.compile('(%s|%s)\\b' % (SHORT_PARA_PATTERN, LONG_PARA_PATTERN)) |
Definition at line 24 of file makeopts.py.
1.6.3