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.c2798 date_from_pickle(PyTypeObject *type, PyObject *state) in date_from_pickle() function
2826 return date_from_pickle(type, state); in date_new()
2847 self = date_from_pickle(type, state); in date_new()