MythTV  0.27pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Classes | Variables
hardwareprofile.distros.mythtv_data.makeopts Namespace Reference

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))

Variable Documentation

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.