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

Method readline

Lib/idlelib/idle_test/test_run.py:107–108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 def write(self, *args):
106 self.written.append(args)
107 def readline(self):
108 return self.lines.pop()
109 def close(self):
110 pass
111 def reset(self):

Callers 2

test_file_buttonsMethod · 0.45

Calls 1

popMethod · 0.45

Tested by

no test coverage detected