Searched defs:fobj (Results 1 – 6 of 6) sorted by relevance
/external/python/pybind11/include/pybind11/ |
D | eval.h | 90 auto fobj = reinterpret_steal<object>(PyFile_FromString( variable
|
/external/python/cpython2/Objects/ |
D | fileobject.c | 53 #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/ |
D | pgenmain.c | 158 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets()
|
/external/python/cpython3/Objects/ |
D | fileobject.c | 240 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets()
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 1093 file_is_closed(PyObject *fobj) in file_is_closed()
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 2464 def visitor(fobj, lptr, depth, includes): argument
|