Home
last modified time | relevance | path

Searched refs:_strptime_time (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_strptime.py209 self.assertRaises(ValueError, _strptime._strptime_time, data_string="%d",
213 _strptime._strptime_time("2005", bad_format)
224 self.assertRaises(ValueError, _strptime._strptime_time, "10 12", "%m")
229 strp_output = _strptime._strptime_time(strf_output, "%" + directive)
242 strp_output = _strptime._strptime_time(bound, '%y')
261 strp_output = _strptime._strptime_time(strf_output, "%I %p")
295 strp_output = _strptime._strptime_time("UTC", "%Z")
297 strp_output = _strptime._strptime_time("GMT", "%Z")
301 strp_output = _strptime._strptime_time(strf_output, "%Z")
324 tz_value = _strptime._strptime_time(tz_name, "%Z")[8]
[all …]
/external/python/cpython3/Lib/test/
Dtest_strptime.py211 self.assertRaises(ValueError, _strptime._strptime_time, data_string="%d",
215 _strptime._strptime_time("2005", bad_format)
247 _strptime._strptime_time('', '%D')
251 _strptime._strptime_time('19', '%Y %')
256 self.assertRaises(ValueError, _strptime._strptime_time, "10 12", "%m")
261 strp_output = _strptime._strptime_time(strf_output, "%" + directive)
274 strp_output = _strptime._strptime_time(bound, '%y')
293 strp_output = _strptime._strptime_time(strf_output, "%I %p")
376 strp_output = _strptime._strptime_time("UTC", "%Z")
378 strp_output = _strptime._strptime_time("GMT", "%Z")
[all …]
/external/python/cpython2/Lib/
D_strptime.py477 def _strptime_time(data_string, format="%a %b %d %H:%M:%S %Y"): function
/external/python/cpython3/Lib/
D_strptime.py559 def _strptime_time(data_string, format="%a %b %d %H:%M:%S %Y"): function
/external/python/cpython3/Modules/
Dtimemodule.c885 _Py_IDENTIFIER(_strptime_time);
/external/python/cpython3/Tools/c-analyzer/
DTODO332 Modules/timemodule.c:time_strptime():PyId__strptime_time _Py_IDENTIFIER(_strptime_time)
Dknown.tsv1393 Modules/timemodule.c time_strptime PyId__strptime_time variable _Py_IDENTIFIER(_strptime_time)