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

Function check_iterbuffered

Modules/bz2module.c:135–146  ·  view source on GitHub ↗

Refuse regular 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 3

BZ2File_readFunction · 0.85
BZ2File_readlineFunction · 0.85
BZ2File_readlinesFunction · 0.85

Calls 1

PyErr_SetStringFunction · 0.85

Tested by

no test coverage detected