MCPcopy Index your code
hub / github.com/RustPython/RustPython / readlines

Method readlines

crates/vm/Lib/core_modules/codecs.py:612–625  ·  view source on GitHub ↗

Read all lines available on the input stream and return them as a list. Line breaks are implemented using the codec's decoder method and are included in the list entries. sizehint, if given, is ignored since there is no efficient way of

(self, sizehint=None, keepends=True)

Source from the content-addressed store, hash-verified

Callers 1

readlinesMethod · 0.45

Calls 2

readMethod · 0.95
splitlinesMethod · 0.45

Tested by

no test coverage detected