Home
last modified time | relevance | path

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

/external/python/cpython3/Misc/
Dgdbinit21 # side effect of calling _PyObject_Dump is to dump the object's
24 set $_unused_void = _PyObject_Dump($arg0)
/external/python/cpython2/Misc/
Dgdbinit21 # side effect of calling _PyObject_Dump is to dump the object's
24 set $_unused_void = _PyObject_Dump($arg0)
/external/python/cpython3/Objects/
Dobject.c441 _PyObject_Dump(PyObject* op) in _PyObject_Dump() function
1945 _PyObject_Dump(op); in _Py_ForgetReference()
1947 _PyObject_Dump(op->_ob_prev->_ob_next); in _Py_ForgetReference()
1949 _PyObject_Dump(op->_ob_next->_ob_prev); in _Py_ForgetReference()
/external/python/cpython2/Include/
Dobject.h460 PyAPI_FUNC(void) _PyObject_Dump(PyObject *);
/external/python/cpython3/Include/
Dobject.h523 PyAPI_FUNC(void) _PyObject_Dump(PyObject *);
/external/python/cpython2/PC/os2emx/
Dpython27.def465 "_PyObject_Dump"
/external/python/cpython2/Modules/
Dgcmodule.c1451 _PyObject_Dump(FROM_GC(g)); in _PyGC_Dump()
/external/python/cpython3/Modules/
Dgcmodule.c1657 _PyObject_Dump(FROM_GC(g)); in _PyGC_Dump()
/external/python/cpython3/Python/
Dpythonrun.c925 _PyObject_Dump(value); in PyErr_Display()
/external/python/cpython2/Objects/
Dobject.c335 void _PyObject_Dump(PyObject* op) in _PyObject_Dump() function