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

Method read

Lib/codecs.py:424–501  ·  view source on GitHub ↗

Decodes data from the stream self.stream and returns the resulting object. chars indicates the number of characters to read from the stream. read() will never return more than chars characters, but it might return less, if there are not enough

(self, size=-1, chars=-1, firstline=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

readlineMethod · 0.95
readlinesMethod · 0.95
readMethod · 0.45
readMethod · 0.45
readlinesMethod · 0.45

Calls 3

decodeMethod · 0.95
splitlinesMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected