Lines Matching refs:_time
11 import time as _time namespace
159 return _time.struct_time((y, m, d, hh, mm, ss, wday, dnum, dstflag))
262 return _time.strftime(newformat, timetuple)
829 y, m, d, hh, mm, ss, weekday, jday, dst = _time.localtime(t)
835 t = _time.time()
1651 converter = _time.gmtime if utc else _time.localtime
1698 t = _time.time()
1704 t = _time.time()
1764 y, m, d, hh, mm, ss = _time.localtime(u)[:6]
1853 localtm = _time.localtime(ts)
2517 _ord2ymd, _time, _time_class, _tzinfo_class, _wrap_strftime, _ymd2ord,