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

Method readline

Lib/gzip.py:461–463  ·  view source on GitHub ↗
(self, size=-1)

Source from the content-addressed store, hash-verified

459 return self.offset
460
461 def readline(self, size=-1):
462 self._check_not_closed()
463 return self._buffer.readline(size)
464
465 def __del__(self):
466 if self.mode == WRITE and not self.closed:

Callers

nothing calls this directly

Calls 1

_check_not_closedMethod · 0.80

Tested by

no test coverage detected