MythTV  master
Classes | Namespaces | Variables
makeopts.py File Reference

Go to the source code of this file.

Classes

class  hardwareprofile.distros.mythtv_data.makeopts.MakeOpts
 

Namespaces

 hardwareprofile.distros.mythtv_data.makeopts
 

Variables

string hardwareprofile.distros.mythtv_data.makeopts.SHORT_PARA_PATTERN = '-[CfIOW]\\s+\\S+|-[jl](\\s+[^-]\\S*)?|-[^-]\\S+'
 
string hardwareprofile.distros.mythtv_data.makeopts.LONG_PARA_PATTERN = '--\\S+|--\\S+=\\S+'
 
 hardwareprofile.distros.mythtv_data.makeopts.PARA_PATTERN = re.compile('(%s|%s)\\b' % (SHORT_PARA_PATTERN, LONG_PARA_PATTERN))
 
 hardwareprofile.distros.mythtv_data.makeopts.verbose