MCPcopy Index your code
hub / github.com/python/cpython / readline

Method readline

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

Source from the content-addressed store, hash-verified

457 return self.offset
458
459 def readline(self, size=-1):
460 self._check_not_closed()
461 return self._buffer.readline(size)
462
463 def __del__(self):
464 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