Home
last modified time | relevance | path

Searched defs:_strptime (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
D_strptime.py299 def _strptime(data_string, format="%a %b %d %H:%M:%S %Y"): function
/external/python/cpython3/Lib/
D_strptime.py309 def _strptime(data_string, format="%a %b %d %H:%M:%S %Y"): function