MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / err_iterbuffered

Function err_iterbuffered

Objects/fileobject.c:601–607  ·  view source on GitHub ↗

Refuse regular file I/O if there's data in the iteration-buffer. * Mixing them would cause data to arrive out of order, as the read* * methods don't use the iteration buffer. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

file_readFunction · 0.85
file_readintoFunction · 0.85
PyFile_GetLineFunction · 0.85
file_readlineFunction · 0.85
file_readlinesFunction · 0.85

Calls 1

PyErr_SetStringFunction · 0.85

Tested by

no test coverage detected