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

Method readline

Lib/test/test_configparser.py:1517–1520  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1515 self.lines.reverse()
1516
1517 def readline(self):
1518 if len(self.lines):
1519 return self.lines.pop()
1520 return ''
1521
1522
1523def readline_generator(f):

Callers 1

readline_generatorFunction · 0.45

Calls 1

popMethod · 0.45

Tested by

no test coverage detected