Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c106 file_PyObject_Print(PyObject *op, PyFileObject *f, int flags) in file_PyObject_Print() function
2623 result = file_PyObject_Print(value, fobj, flags); in PyFile_WriteObject()
2627 return file_PyObject_Print(v, fobj, flags); in PyFile_WriteObject()