Home
last modified time | relevance | path

Searched refs:PyObject_Print (Results 1 – 25 of 34) sorted by relevance

12

/external/python/cpython2/Modules/
Dxxmodule.c191 PyObject_Print(item, stdout, 0); in xx_bug()
Dthreadmodule.c635 PyObject_Print(boot->func, stderr, 0); in t_bootstrap()
D_collectionsmodule.c976 if (PyObject_Print(item, fp, 0) != 0) { in deque_tp_print()
1589 PyObject_Print(dd->default_factory, fp, 0); in defdict_print()
/external/python/cpython3/Modules/
Dxxmodule.c194 PyObject_Print(item, stdout, 0); in xx_bug()
/external/python/cpython3/Modules/_sqlite/
Dcache.c247 PyObject_Print(display_str, stdout, Py_PRINT_RAW); in pysqlite_cache_display()
/external/python/cpython2/Modules/_sqlite/
Dcache.c256 PyObject_Print(display_str, stdout, Py_PRINT_RAW); in pysqlite_cache_display()
/external/python/cpython2/PC/os2vacpp/
Dpython.def321 PyObject_Print
/external/python/cpython3/Include/cpython/
Dobject.h309 PyAPI_FUNC(int) PyObject_Print(PyObject *, FILE *, int);
/external/python/cpython3/Objects/
Dobject.c244 PyObject_Print(PyObject *op, FILE *fp, int flags) in PyObject_Print() function
378 (void)PyObject_Print(op, stderr, 0); in _PyObject_Dump()
1880 if (PyObject_Print(op, fp, 0) != 0) in _Py_PrintReferences()
/external/python/cpython2/Doc/data/
Drefcounts.dat1012 PyObject_Print:int:::
1013 PyObject_Print:PyObject*:o:0:
1014 PyObject_Print:FILE*:fp::
1015 PyObject_Print:int:flags::
/external/python/cpython3/Doc/c-api/
Dset.rst19 :c:func:`PyObject_Repr`, :c:func:`PyObject_IsTrue`, :c:func:`PyObject_Print`, and
Dobject.rst22 .. c:function:: int PyObject_Print(PyObject *o, FILE *fp, int flags)
/external/python/cpython2/Objects/
Dobject.c328 PyObject_Print(PyObject *op, FILE *fp, int flags) in PyObject_Print() function
347 (void)PyObject_Print(op, stderr, 0); in _PyObject_Dump()
2280 if (PyObject_Print(op, fp, 0) != 0) in _Py_PrintReferences()
Dtupleobject.c253 if (PyObject_Print(op->ob_item[i], fp, 0) != 0) in tupleprint()
Ddictobject.c1131 if (PyObject_Print((PyObject *)ep->me_key, fp, 0)!=0) { in dict_print()
1139 if (PyObject_Print(pvalue, fp, 0) != 0) { in dict_print()
/external/python/cpython2/Doc/c-api/
Dset.rst21 :c:func:`PyObject_Repr`, :c:func:`PyObject_IsTrue`, :c:func:`PyObject_Print`, and
Dobject.rst9 .. c:function:: int PyObject_Print(PyObject *o, FILE *fp, int flags)
/external/python/cpython2/Include/
Dobject.h459 PyAPI_FUNC(int) PyObject_Print(PyObject *, FILE *, int);
/external/python/cpython3/Doc/data/
Drefcounts.dat1760 PyObject_Print:int:::
1761 PyObject_Print:PyObject*:o:0:
1762 PyObject_Print:FILE*:fp::
1763 PyObject_Print:int:flags::
/external/python/cpython2/PC/os2emx/
Dpython27.def464 "PyObject_Print"
/external/python/cpython2/Python/
Dpythonrun.c1146 PyObject_Print(value, stderr, Py_PRINT_RAW); in handle_system_exit()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp131 ::PyObject_Print(m_py_obj, file, 0); in Dump()
/external/python/cpython3/Python/
Dpythonrun.c671 PyObject_Print(value, stderr, Py_PRINT_RAW); in _Py_HandleSystemExit()
/external/python/cpython3/Doc/extending/
Dextending.rst1029 PyObject_Print(item, stdout, 0); /* BUG! */
1061 PyObject_Print(item, stdout, 0);
1085 PyObject_Print(item, stdout, 0); /* BUG! */
/external/python/cpython2/Doc/extending/
Dextending.rst975 PyObject_Print(item, stdout, 0); /* BUG! */
1007 PyObject_Print(item, stdout, 0);
1031 PyObject_Print(item, stdout, 0); /* BUG! */

12