Trees | Indices | Help |
|
---|
|
Convert a text string into a Date object, expecting a date notation in the Norwegian language. If the date cannot be converted, the text string is assigned.
Instance Methods | |||
|
|||
Inherited from |
Class Variables | |
modifier_to_int =
|
|
bce =
|
|
calendar_to_int =
|
|
quality_to_int =
|
|
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 |
modifier_to_int
|
calendar_to_int
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 9 21:52:20 2008 | http://epydoc.sourceforge.net |