Home
last modified time | relevance | path

Searched defs:fobj (Results 1 – 6 of 6) sorted by relevance

/external/python/pybind11/include/pybind11/
Deval.h90 auto fobj = reinterpret_steal<object>(PyFile_FromString( variable
/external/python/cpython2/Objects/
Dfileobject.c53 #define FILE_BEGIN_ALLOW_THREADS(fobj) \ argument
58 #define FILE_END_ALLOW_THREADS(fobj) \ argument
64 #define FILE_ABORT_ALLOW_THREADS(fobj) \ argument
82 void PyFile_IncUseCount(PyFileObject *fobj) in PyFile_IncUseCount()
87 void PyFile_DecUseCount(PyFileObject *fobj) in PyFile_DecUseCount()
2601 PyFileObject *fobj = (PyFileObject *) f; in PyFile_WriteObject() local
2674 PyFileObject *fobj = (PyFileObject *) f; in PyFile_WriteString() local
2772 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets()
2861 FILE *stream, PyObject *fobj) in Py_UniversalNewlineFread()
/external/python/cpython2/Parser/
Dpgenmain.c158 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets()
/external/python/cpython3/Objects/
Dfileobject.c240 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets()
/external/python/cpython3/Python/
Dpylifecycle.c1093 file_is_closed(PyObject *fobj) in file_is_closed()
/external/clang/bindings/python/clang/
Dcindex.py2464 def visitor(fobj, lptr, depth, includes): argument