Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_pickle.c4909 static PyTypeObject PicklerMemoProxyType = { variable
4945 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()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2330 Modules/_pickle.c - PicklerMemoProxyType -