Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c4517 static PyTypeObject PicklerMemoProxyType = { variable
4553 self = PyObject_GC_New(PicklerMemoProxyObject, &PicklerMemoProxyType); in PicklerMemoProxy_New()
4581 if (Py_TYPE(obj) == &PicklerMemoProxyType) { in Pickler_set_memo()
7466 if (PyType_Ready(&PicklerMemoProxyType) < 0) in PyInit__pickle()