Home
last modified time | relevance | path

Searched refs:PyBufferedIOBase_Type (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.c677 ADD_TYPE(&PyBufferedIOBase_Type, "_BufferedIOBase"); in init_io()
686 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
694 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
698 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
702 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
706 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
D_iomodule.h8 extern PyTypeObject PyBufferedIOBase_Type;
Dbufferedio.c149 PyTypeObject PyBufferedIOBase_Type = { variable