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