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

Class BufferedReader

Lib/_pyio.py:903–1052  ·  view source on GitHub ↗

BufferedReader(raw[, buffer_size]) A buffer for a readable, sequential BaseRawIO object. The constructor creates a BufferedReader for the given readable raw stream and buffer_size. If buffer_size is omitted, DEFAULT_BUFFER_SIZE is used.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

openFunction · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected