Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
D_iomodule.c456 Buffered_class = (PyObject *)&PyBufferedWriter_Type; in _io_open_impl()
760 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
761 ADD_TYPE(&PyBufferedWriter_Type); in PyInit__io()
D_iomodule.h18 extern PyTypeObject PyBufferedWriter_Type;
Dbufferedio.c1806 self->fast_closed_checks = (Py_IS_TYPE(self, &PyBufferedWriter_Type) && in _io_BufferedWriter___init___impl()
2121 (PyObject *) &PyBufferedWriter_Type, "On", writer, buffer_size); in _io_BufferedRWPair___init___impl()
2516 PyTypeObject PyBufferedWriter_Type = { variable
Dtextio.c1228 Py_IS_TYPE(buffer, &PyBufferedWriter_Type) || in _io_TextIOWrapper___init___impl()
/third_party/python/Tools/c-analyzer/
DTODO624 Modules/_io/bufferedio.c:PyBufferedWriter_Type PyTypeObject PyBufferedWriter_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv18 Modules/_io/_iomodule.h - PyBufferedWriter_Type -
2292 Modules/_io/bufferedio.c - PyBufferedWriter_Type -