Searched refs:_strptime_datetime (Results 1 – 4 of 4) sorted by relevance
574 def _strptime_datetime(cls, data_string, format="%a %b %d %H:%M:%S %Y"): function
1903 return _strptime._strptime_datetime(cls, date_string, format)
2370 expected = _strptime._strptime_datetime(self.theclass, string, format)2384 expected = _strptime._strptime_datetime(self.theclass, string,
4925 _Py_IDENTIFIER(_strptime_datetime); in datetime_strptime()