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

Method push

Lib/idlelib/idle_test/test_run.py:113–114  ·  view source on GitHub ↗
(self, lines)

Source from the content-addressed store, hash-verified

111 def reset(self):
112 self.written = []
113 def push(self, lines):
114 self.lines = list(lines)[::-1]
115
116
117class StdInputFilesTest(unittest.TestCase):

Callers 4

test_readMethod · 0.95
test_readlineMethod · 0.95
test_readlinesMethod · 0.95
test_closeMethod · 0.95

Calls 1

listClass · 0.85

Tested by

no test coverage detected