Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c4550 static PyObject *objreduce; in object___reduce_ex___impl() local
4554 if (objreduce == NULL) { in object___reduce_ex___impl()
4555 objreduce = _PyDict_GetItemId(PyBaseObject_Type.tp_dict, in object___reduce_ex___impl()
4557 if (objreduce == NULL) in object___reduce_ex___impl()
4574 override = (clsreduce != objreduce); in object___reduce_ex___impl()
/external/python/cpython2/Objects/
Dtypeobject.c3548 PyObject *cls, *clsreduce, *objreduce; in object_reduce_ex() local
3561 objreduce = PyDict_GetItemString(PyBaseObject_Type.tp_dict, in object_reduce_ex()
3563 override = (clsreduce != objreduce); in object_reduce_ex()