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

Method readinto

Lib/_pyio.py:633–654  ·  view source on GitHub ↗

Read up to len(b) bytes into b. Like read(), this may issue multiple reads to the underlying raw stream, unless the latter is 'interactive'. Returns the number of bytes read (0 for EOF). Raises BlockingIOError if the underlying raw stream has no data at the

(self, b)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

readMethod · 0.95

Tested by

no test coverage detected