Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfileobject.h14 PyAPI_FUNC(PyObject *) PyFile_GetLine(PyObject *, int);
/external/python/cpython2/Include/
Dfileobject.h50 PyAPI_FUNC(PyObject *) PyFile_GetLine(PyObject *, int);
/external/python/cpython2/PC/os2vacpp/
Dpython.def174 PyFile_GetLine
/external/python/cpython3/Doc/c-api/
Dfile.rst48 .. c:function:: PyObject* PyFile_GetLine(PyObject *p, int n)
/external/python/cpython3/Objects/
Dfileobject.c54 PyFile_GetLine(PyObject *f, int n) in PyFile_GetLine() function
/external/python/cpython2/Doc/c-api/
Dfile.rst109 .. c:function:: PyObject* PyFile_GetLine(PyObject *p, int n)
/external/python/cpython3/PC/
Dpython3.def258 PyFile_GetLine=python39.PyFile_GetLine
/external/python/cpython2/Doc/data/
Drefcounts.dat399 PyFile_GetLine:PyObject*::+1:
400 PyFile_GetLine:PyObject*:p::
401 PyFile_GetLine:int:n::
/external/python/cpython3/Python/
Dtraceback.c445 lineobj = PyFile_GetLine(fob, -1); in _Py_DisplaySourceLine()
Dbltinmodule.c2124 return PyFile_GetLine(fin, -1); in builtin_input_impl()
/external/python/cpython2/PC/os2emx/
Dpython27.def297 "PyFile_GetLine"
/external/python/cpython3/Doc/data/
Drefcounts.dat862 PyFile_GetLine:PyObject*::+1:
863 PyFile_GetLine:PyObject*:p:0:
864 PyFile_GetLine:int:n::
/external/python/cpython2/Objects/
Dfileobject.c1559 PyFile_GetLine(PyObject *f, int n) in PyFile_GetLine() function
/external/python/cpython2/Python/
Dbltinmodule.c2102 return PyFile_GetLine(fin, -1); in builtin_raw_input()
/external/python/cpython3/Tools/c-analyzer/
DTODO373 Objects/fileobject.c:PyFile_GetLine():PyId_readline _Py_IDENTIFIER(readline)
Dknown.tsv1338 Objects/fileobject.c PyFile_GetLine PyId_readline variable _Py_IDENTIFIER(readline)