Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c5329 static PyObject *objreduce; in object___reduce_ex___impl() local
5333 if (objreduce == NULL) { in object___reduce_ex___impl()
5334 objreduce = _PyDict_GetItemIdWithError(PyBaseObject_Type.tp_dict, in object___reduce_ex___impl()
5336 if (objreduce == NULL && PyErr_Occurred()) { in object___reduce_ex___impl()
5354 override = (clsreduce != objreduce); in object___reduce_ex___impl()
/third_party/python/Tools/c-analyzer/
DTODO198 Objects/typeobject.c:object___reduce_ex___impl():objreduce static PyObject *objreduce
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2043 Objects/typeobject.c object___reduce_ex___impl objreduce -