Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c4156 time_from_pickle(PyTypeObject *type, PyObject *state, PyObject *tzinfo) in time_from_pickle() function
4209 return time_from_pickle(type, state, tzinfo); in time_new()
4230 self = time_from_pickle(type, state, tzinfo); in time_new()