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

Method readlines

Lib/StringIO.py:168–185  ·  view source on GitHub ↗

Read until EOF using readline() and return a list containing the lines thus read. If the optional sizehint argument is present, instead of reading up to EOF, whole lines totalling approximately sizehint bytes (or more to accommodate a final whole line).

(self, sizehint = 0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.95

Calls 2

readlineMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected