Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
D_iomodule.h167 extern PyObject *_PyIO_str_peek;
D_iomodule.c39 PyObject *_PyIO_str_peek = NULL; variable
Diobase.c532 if (_PyObject_LookupAttr(self, _PyIO_str_peek, &peek) < 0) { in _io__IOBase_readline_impl()