|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/spst/UnixTransition/doc/_strptime.html
Дата изменения: Thu Nov 5 13:46:15 2015 Дата индексирования: Sun Apr 10 23:45:19 2016 Кодировка: |
| _strptime | index /usr/local/Python-2.5/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 | ||