Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c2781 date_from_pickle(PyTypeObject *type, PyObject *state) in date_from_pickle() function
2809 return date_from_pickle(type, state); in date_new()
2830 self = date_from_pickle(type, state); in date_new()