Home
last modified time | relevance | path

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

/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.c966 if (PyObject_Print(item, fp, 0) != 0) { in deque_tp_print()
1575 PyObject_Print(dd->default_factory, fp, 0); in defdict_print()
/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/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()
2275 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.c1085 if (PyObject_Print((PyObject *)ep->me_key, fp, 0)!=0) { in dict_print()
1093 if (PyObject_Print(pvalue, fp, 0) != 0) { in dict_print()
Dsetobject.c598 if (PyObject_Print(entry->key, fp, 0) != 0) { in set_tp_print()
Dfileobject.c110 result = PyObject_Print(op, f->f_fp, flags); in file_PyObject_Print()
Dlistobject.c347 if (PyObject_Print(item, fp, 0) != 0) { in list_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)
Dtypeobj.rst209 The print function is called with the same signature as :c:func:`PyObject_Print`:
/external/python/cpython2/Include/
Dobject.h459 PyAPI_FUNC(int) PyObject_Print(PyObject *, FILE *, int);
/external/python/cpython2/PC/os2emx/
Dpython27.def464 "PyObject_Print"
/external/python/cpython2/Python/
Dpythonrun.c1137 PyObject_Print(value, stderr, Py_PRINT_RAW); in handle_system_exit()
Dceval.c3959 if (PyObject_Print(v, stdout, 0) != 0) in prtrace()
/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! */
/external/libxml2/python/
Dlibxml.c726 PyObject_Print(ret, stdout, 0); in pythonExternalEntityLoader()
/external/python/cpython2/Misc/
DNEWS10633 as needed. Now PyObject_Print() does the right thing along with