MythTV  master
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+'
 
 PARA_PATTERN = re.compile('(%s|%s)\\b' % (SHORT_PARA_PATTERN, LONG_PARA_PATTERN))
 
 verbose
 

Variable Documentation

◆ SHORT_PARA_PATTERN

string hardwareprofile.distros.mythtv_data.makeopts.SHORT_PARA_PATTERN = '-[CfIOW]\\s+\\S+|-[jl](\\s+[^-]\\S*)?|-[^-]\\S+'

Definition at line 25 of file makeopts.py.

◆ LONG_PARA_PATTERN

string hardwareprofile.distros.mythtv_data.makeopts.LONG_PARA_PATTERN = '--\\S+|--\\S+=\\S+'

Definition at line 26 of file makeopts.py.

◆ PARA_PATTERN

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.

◆ verbose

hardwareprofile.distros.mythtv_data.makeopts.verbose