Home | Trees | Indices | Help |
|
---|
|
object --+ | Constants
Default set of constants for parsedatetime.
If PyICU is present, then the class will first try to get PyICU to
return a locale specified by localeID
. If either
localeID
is None or if the locale does not exist within
PyICU, then each of the locales defined in fallbackLocales
is tried in order.
If PyICU is not present or none of the specified locales can be used, then the class will initialize itself to the en_US locale.
if PyICU is not present or not requested, only the locales defined by
pdtLocales
will be searched.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Return a dictionary of date/time tuples based on the keys found in self.re_sources. The current time is used as the default and any specified item found in self.re_sources is inserted into the value and the generated dictionary is returned. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 11 13:44:00 2014 | http://epydoc.sourceforge.net |