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

Function readahead

Objects/fileobject.c:2232–2263  ·  view source on GitHub ↗

Make sure that file has a readahead buffer with at least one byte (unless at EOF) and no more than bufsize. Returns negative value on error, will set MemoryError if bufsize bytes cannot be allocated. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

readahead_get_line_skipFunction · 0.85

Calls 4

drop_readaheadFunction · 0.85
PyMem_MallocFunction · 0.85
PyErr_NoMemoryFunction · 0.85
Py_UniversalNewlineFreadFunction · 0.85

Tested by

no test coverage detected