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

Method readline

Lib/_pyio.py:453–487  ·  view source on GitHub ↗

r"""Read and return a line from the stream. If limit is specified, at most limit bytes will be read. The line terminator is always b'\n' for binary files; for text files, the newlines argument to open can be used to select the line terminator(s) recognized.

(self, limit=-1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

nextMethod · 0.95

Calls 2

endswithMethod · 0.80
readMethod · 0.45

Tested by

no test coverage detected