Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testcapi/
Ddatetime.c346 get_date_fromtimestamp(PyObject *self, PyObject *args) in get_date_fromtimestamp() function
467 {"get_date_fromtimestamp", get_date_fromtimestamp, METH_VARARGS},
/external/python/cpython3/Lib/test/
Ddatetimetester.py6807 d = _testcapi.get_date_fromtimestamp(int(ts), macro)