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

Method read

Lib/_pyio.py:609–627  ·  view source on GitHub ↗

Read and return up to n bytes. If the argument is omitted, None, or negative, reads and returns all data until EOF. If the argument is positive, and the underlying raw stream is not 'interactive', multiple raw reads may be issued to satisfy the byte count (u

(self, n=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

readintoMethod · 0.95

Calls 1

_unsupportedMethod · 0.80

Tested by

no test coverage detected