Home
last modified time | relevance | path

Searched refs:_PyIO_str_seekable (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h166 extern PyObject *_PyIO_str_seekable;
D_iomodule.c43 PyObject *_PyIO_str_seekable; variable
751 if (!(_PyIO_str_seekable = PyString_InternFromString("seekable"))) in init_io()
Diobase.c325 PyObject *res = PyObject_CallMethodObjArgs(self, _PyIO_str_seekable, NULL); in _PyIOBase_check_seekable()
Dbufferedio.c518 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_seekable, NULL); in buffered_seekable()
/external/python/cpython3/Modules/_io/
D_iomodule.h176 extern PyObject *_PyIO_str_seekable;
D_iomodule.c48 PyObject *_PyIO_str_seekable = NULL; variable
Diobase.c373 PyObject *res = PyObject_CallMethodObjArgs(self, _PyIO_str_seekable, NULL); in _PyIOBase_check_seekable()
Dbufferedio.c564 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_seekable, NULL); in buffered_seekable()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt452 _PyIO_str_seekable