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

Method readline

Lib/StringIO.py:139–166  ·  view source on GitHub ↗

r"""Read one entire line from the file. A trailing newline character is kept in the string (but may be absent when a file ends with an incomplete line). If the size argument is present and non-negative, it is a maximum byte count (including the trailing newline) and

(self, length=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

nextMethod · 0.95
readlinesMethod · 0.95
testFunction · 0.95
_install_messageMethod · 0.95

Calls 3

_complain_ifclosedFunction · 0.85
joinMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected