Home
last modified time | relevance | path

Searched defs:timetuple (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dxmlrpclib.py434 def timetuple(self): member in DateTime
/external/python/cpython2/Lib/test/
Dtest_datetime.py1045 def timetuple(self): member in TestDate.test_mixed_compare.Comparable
/external/python/cpython2/Modules/
Ddatetimemodule.c1163 PyObject *timetuple, PyObject *tzinfoarg) in wrap_strftime()