Searched refs:UnpicklerMemoProxyType (Results 1 – 1 of 1) sorted by relevance
7468 static PyTypeObject UnpicklerMemoProxyType = { variable7505 &UnpicklerMemoProxyType); in UnpicklerMemoProxy_New()7535 if (Py_IS_TYPE(obj, &UnpicklerMemoProxyType)) { in Unpickler_set_memo()8014 if (PyType_Ready(&UnpicklerMemoProxyType) < 0) in PyInit__pickle()