Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_pickle.c26 class _pickle.PicklerMemoProxy "PicklerMemoProxyObject *" "&PicklerMemoProxyType"
4920 static PyTypeObject PicklerMemoProxyType = { variable
4956 self = PyObject_GC_New(PicklerMemoProxyObject, &PicklerMemoProxyType); in PicklerMemoProxy_New()
4984 if (Py_IS_TYPE(obj, &PicklerMemoProxyType)) { in Pickler_set_memo()
7965 if (PyType_Ready(&PicklerMemoProxyType) < 0) in PyInit__pickle()

Completed in 9 milliseconds