Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | TimeRE
Handle conversion from format directives to regexes.
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
|
Create keys/values. Order of execution is important for dependency reasons.
|
Convert a list to a regex string for matching a directive. Want possible matching values to be from longest to shortest. This prevents the possibility of a match occuring for a value that also a substring of a larger value that should have matched (e.g., 'abc' matching when 'abcdef' should have been the match). |
Return regex pattern for the format string. Need to make sure that any characters that might be interpreted as regex syntax are escaped. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:42:25 2008 | http://epydoc.sourceforge.net |