Searched refs:PyObject_Print (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Modules/ |
H A D | xxmodule.c | 194 PyObject_Print(item, stdout, 0); in xx_bug()
|
/third_party/python/Include/cpython/ |
H A D | object.h | 275 PyAPI_FUNC(int) PyObject_Print(PyObject *, FILE *, int);
|
/third_party/python/Objects/ |
H A D | object.c | 257 PyObject_Print(PyObject *op, FILE *fp, int flags) in PyObject_Print() function 391 (void)PyObject_Print(op, stderr, 0); in _PyObject_Dump() 2071 /* Print all live objects. Because PyObject_Print is called, the 2081 if (PyObject_Print(op, fp, 0) != 0) { in _Py_PrintReferences()
|
/third_party/python/Python/ |
H A D | pythonrun.c | 746 PyObject_Print(value, stderr, Py_PRINT_RAW); in _Py_HandleSystemExit()
|
H A D | ceval.c | 116 if (PyObject_Print(*ptr, stdout, 0) != 0) { in dump_stack() 163 if (PyObject_Print(name, stdout, 0) < 0) { in lltrace_resume_frame() 169 if (PyObject_Print(f->func_module, stdout, 0) < 0) { in lltrace_resume_frame()
|
Completed in 21 milliseconds