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.c191 PyObject_Print(item, stdout, 0); in xx_bug()
D_threadmodule.c1008 PyObject_Print(boot->func, stderr, 0); in t_bootstrap()
/external/python/cpython3/Modules/_sqlite/
Dcache.c241 PyObject_Print(display_str, stdout, Py_PRINT_RAW); in pysqlite_cache_display()
/external/python/cpython3/Misc/NEWS.d/
D3.7.1rc2.rst178 Ensure that :c:func:`PyObject_Print` always returns ``-1`` on error. Patch
/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/Objects/
Dobject.c339 PyObject_Print(PyObject *op, FILE *fp, int flags) in PyObject_Print() function
464 (void)PyObject_Print(op, stderr, 0); in _PyObject_Dump()
1984 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/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/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/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/Include/
Dobject.h521 PyAPI_FUNC(int) PyObject_Print(PyObject *, FILE *, int);
/external/python/cpython3/Doc/data/
Drefcounts.dat1731 PyObject_Print:int:::
1732 PyObject_Print:PyObject*:o:0:
1733 PyObject_Print:FILE*:fp::
1734 PyObject_Print:int:flags::
/external/python/cpython2/PC/os2emx/
Dpython27.def464 "PyObject_Print"
/external/python/cpython3/Python/
Dpythonrun.c622 PyObject_Print(value, stderr, Py_PRINT_RAW); in handle_system_exit()
/external/python/cpython2/Python/
Dpythonrun.c1146 PyObject_Print(value, stderr, Py_PRINT_RAW); in handle_system_exit()
/external/python/cpython3/Doc/extending/
Dextending.rst1010 PyObject_Print(item, stdout, 0); /* BUG! */
1042 PyObject_Print(item, stdout, 0);
1066 PyObject_Print(item, stdout, 0); /* BUG! */

12