| Trees | Indices | Help |
|
|---|
|
|
object --+
|
ConfigLine --+
|
SettingLine
Represents a config line with a `key = value` pair.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_regexp = re.compile(r'^(?P<key>[a-z][a-z\d_]*)\s*(?P<delim>(=
|
|||
|
|||
|
Return a key, value tuple if this line represents a setting. Implemented in base classes.
|
|
Checks the string for possible matches, considers why it doesn't match exactly if it's close and returns a ConfigLineError. Implemented in base classes.
|
Returns an instance of cls if this class can parse this line. Otherwise returns None. Implemented in base classes.
|
|
|||
_regexp
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1.1812 on Tue Oct 11 12:51:34 2011 | http://epydoc.sourceforge.net |