Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1523
def
readline_generator(f):
Callers
1
readline_generator
Function · 0.45
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected