Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Ddatetime.py58 def _ymd2ord(year, month, day): function
152 wday = (_ymd2ord(y, m, d) + 6) % 7
959 return _ymd2ord(self._year, self._month, self._day)
1059 today = _ymd2ord(self._year, self._month, self._day)
2076 days = _ymd2ord(self.year, self.month, self.day)
2129 firstday = _ymd2ord(year, 1, 1)
2465 _ord2ymd, _time, _time_class, _tzinfo_class, _wrap_strftime, _ymd2ord,