Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Ddatetime.py82 def _ord2ymd(n): function
731 y, m, d = _ord2ymd(n)
2273 _format_time, _is_leap, _isoweek1monday, _math, _ord2ymd,