Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
D_iomodule.h13 extern PyTypeObject PyBytesIO_Type;
D_iomodule.c686 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
687 ADD_TYPE(&PyBytesIO_Type, "BytesIO"); in init_io()
Dbytesio.c870 PyTypeObject PyBytesIO_Type = { variable
/external/python/cpython3/Modules/_io/
D_iomodule.c691 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
692 ADD_TYPE(&PyBytesIO_Type, "BytesIO"); in PyInit__io()
D_iomodule.h13 extern PyTypeObject PyBytesIO_Type;
Dbytesio.c998 PyTypeObject PyBytesIO_Type = { variable