Home
last modified time | relevance | path

Searched refs:_PyObject_Dump (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Misc/
Dgdbinit18 # side effect of calling _PyObject_Dump is to dump the object's
21 set $_unused_void = _PyObject_Dump($arg0)
/third_party/python/Include/cpython/
Dobject.h312 PyAPI_FUNC(void) _PyObject_Dump(PyObject *);
/third_party/python/Objects/
Dobject.c368 _PyObject_Dump(PyObject* op) in _PyObject_Dump() function
2271 _PyObject_Dump(obj); in _PyObject_AssertFailed()
/third_party/python/Python/
Dpythonrun.c1151 _PyObject_Dump(value); in PyErr_Display()
/third_party/python/Modules/
Dgcmodule.c2177 _PyObject_Dump(FROM_GC(g)); in _PyGC_Dump()