Home | Trees | Index | Help |
---|
|
label.Label --+ | PythonLabel
A 'PythonLabel' is a 'Label' that uses the 'a.b.c' naming scheme.
A 'PythonLabel' is a 'Label' whose separator character is the period and whose components consist of lower-case letters, numerals, and underscores. These labels have the property that they can be easily mapped to filenames on most operating systems; all valid labels are valid filenames (replacing '.' with '/') and two different labels will always map to two different filenames.
|
|||
IsValid(self,
label,
is_component)
Returns true if this label is not valid. |
|||
Inherited from |
|
|||
_sep | The separator character used to separate components. | ||
__valid_label_regexp | A compiled regular expression that matches valid labels. |
|
Returns true if this label is not valid. returns -- True if this label is not valid.
|
|
_sepThe separator character used to separate components.
|
__valid_label_regexpA compiled regular expression that matches valid labels.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:32 2007 | http://epydoc.sf.net |