| _strptime | index /astro-wise/AWEHOME/x86_64/local/lib/python2.5/_strptime.py Module Docs |
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
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| __all__ = ['strptime'] __author__ = 'Brett Cannon' __email__ = 'brett@python.org' | ||
| Author | ||
| Brett Cannon | ||