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.c869 PyTypeObject PyBytesIO_Type = { variable
/external/python/cpython3/Modules/_io/
D_iomodule.c714 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
715 ADD_TYPE(&PyBytesIO_Type, "BytesIO"); in PyInit__io()
D_iomodule.h13 extern PyTypeObject PyBytesIO_Type;
Dbytesio.c1045 PyTypeObject PyBytesIO_Type = { variable