| Trees | Indices | Help |
|
|---|
|
|
Strptime-related classes and functions.
CLASSES:
LocaleTime -- Discovers and stores locale-specific time information
TimeRE -- Creates regexes for pattern matching a string of text containing
time information
FUNCTIONS:
_getlang -- Figure out what language is being used for the locale
strptime -- Calculates the time struct represented by the passed-in string
Author: Brett Cannon
|
|||
|
LocaleTime Stores and handles locale-specific information related to time. |
|||
|
TimeRE Handle conversion from format directives to regexes. |
|||
|
|||
|
|||
|
|||
|
|||
__email__ =
|
|||
_cache_lock = _thread_allocate_lock()
|
|||
_TimeRE_cache = {'A': '(?P<A>wednesday|thursday|saturday|tuesd
|
|||
_CACHE_MAX_SIZE = 5
|
|||
_regex_cache =
|
|||
Imports: time, locale, calendar, re_compile, IGNORECASE, re_escape, datetime_date, _thread_allocate_lock
|
|||
_TimeRE_cache
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0 on Tue Jan 29 22:40:27 2008 | http://epydoc.sourceforge.net |