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

Method reset

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

Source from the content-addressed store, hash-verified

109 def close(self):
110 pass
111 def reset(self):
112 self.written = []
113 def push(self, lines):
114 self.lines = list(lines)[::-1]
115

Callers 4

__init__Method · 0.95
test_writeMethod · 0.95
test_writelinesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected