Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
D_iomodule.c323 PyObject *RawIO_class = (PyObject *)state->PyFileIO_Type; in _io_open_impl()
582 Py_VISIT(state->PyFileIO_Type); in iomodule_traverse()
608 Py_CLEAR(state->PyFileIO_Type); in iomodule_clear()
704 ADD_TYPE(m, state->PyFileIO_Type, &fileio_spec, state->PyRawIOBase_Type); in iomodule_exec()
D_iomodule.h160 PyTypeObject *PyFileIO_Type; member
Dbufferedio.c1593 Py_IS_TYPE(raw, state->PyFileIO_Type) in _io_BufferedReader___init___impl()
1951 Py_IS_TYPE(raw, state->PyFileIO_Type) in _io_BufferedWriter___init___impl()
2477 Py_IS_TYPE(raw, state->PyFileIO_Type)); in _io_BufferedRandom___init___impl()
Dfileio.c79 #define PyFileIO_Check(state, op) (PyObject_TypeCheck((op), state->PyFileIO_Type))
Dtextio.c1221 if (Py_IS_TYPE(raw, state->PyFileIO_Type)) in _io_TextIOWrapper___init___impl()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv640 Modules/_io/_iomodule.h - PyFileIO_Type -
/external/python/cpython3/Tools/c-analyzer/
DTODO583 Modules/_io/fileio.c:PyFileIO_Type PyTypeObject PyFileIO_Type
/external/python/cpython3/Doc/data/
Dpython3.13.abi1775 …<var-decl name='PyFileIO_Type' type-id='type-id-1' visibility='default' filepath='./Modules/_io/_i…