Trees | Indices | Help |
|
---|
|
Instance Methods | |||
|
|||
Inherited from |
Class Variables | |
month_to_int =
|
|
modifier_to_int =
|
|
calendar_to_int =
|
|
quality_to_int =
|
|
bce =
|
|
Inherited from |
Method Details |
This method compiles regular expression strings for matching dates. Most of the re's in most languages can stay as is. span and range most likely will need to change. Whatever change is done, this method may be called first as DateParser.init_strings(self) so that the invariant expresions don't need to be repeteadly coded. All differences can be coded after DateParser.init_strings(self) call, that way they override stuff from this method. See DateParserRU() as an example.
|
Class Variable Details |
month_to_int
|
modifier_to_int
|
calendar_to_int
|
quality_to_int
|
bce
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 9 21:52:21 2008 | http://epydoc.sourceforge.net |