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

Method close

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

Source from the content-addressed store, hash-verified

107 def readline(self):
108 return self.lines.pop()
109 def close(self):
110 pass
111 def reset(self):
112 self.written = []
113 def push(self, lines):

Callers 15

tearDownMethod · 0.45
tearDownClassMethod · 0.45
tearDownMethod · 0.45
test_closeMethod · 0.45
tearDownMethod · 0.45
tearDownClassMethod · 0.45
tearDownClassMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
test_open_and_closeMethod · 0.45
tearDownClassMethod · 0.45
test_closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected