Home
last modified time | relevance | path

Searched refs:_PyObject_Dump (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
H A Dobject.h277 PyAPI_FUNC(void) _PyObject_Dump(PyObject *);
367 However, before aborting, Python will also try to call _PyObject_Dump() on
/third_party/python/Python/
H A Dpythonrun.c1554 _PyObject_Dump(value); in _PyErr_Display()
1576 _PyObject_Dump(value); in PyErr_Display()
/third_party/python/Objects/
H A Dobject.c361 _PyObject_Dump(PyObject* op) in _PyObject_Dump() function
2362 _PyObject_Dump(obj); in _PyObject_AssertFailed()
/third_party/python/Modules/
H A Dgcmodule.c2194 _PyObject_Dump(FROM_GC(g)); in _PyGC_Dump()

Completed in 10 milliseconds