Searched refs:PicklerMemoProxyType (Results 1 – 2 of 2) sorted by relevance
4909 static PyTypeObject PicklerMemoProxyType = { variable4945 self = PyObject_GC_New(PicklerMemoProxyObject, &PicklerMemoProxyType); in PicklerMemoProxy_New()4973 if (Py_IS_TYPE(obj, &PicklerMemoProxyType)) { in Pickler_set_memo()7965 if (PyType_Ready(&PicklerMemoProxyType) < 0) in PyInit__pickle()
2330 Modules/_pickle.c - PicklerMemoProxyType -