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

Method read

Lib/StringIO.py:119–137  ·  view source on GitHub ↗

Read at most size bytes from the file (less if the read hits EOF before obtaining size bytes). If the size argument is negative or omitted, read all data until EOF is reached. The bytes are returned as a string object. An empty string is returned when EOF is encounte

(self, n = -1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

genopsFunction · 0.95
testFunction · 0.95
_dump_messageMethod · 0.95
_install_messageMethod · 0.95
_RealGetContentsMethod · 0.95
decodeFunction · 0.95
gen_sourceMethod · 0.95

Calls 2

_complain_ifclosedFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected