HomeSort by relevance Sort by last modified time
    Searched refs:_PyIO_str_peek (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Modules/_io/
_iomodule.h 167 extern PyObject *_PyIO_str_peek;
_iomodule.c 39 PyObject *_PyIO_str_peek = NULL;
iobase.c 532 if (_PyObject_LookupAttr(self, _PyIO_str_peek, &peek) < 0) {

Completed in 275 milliseconds