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

Method close

Lib/idlelib/run.py:524–525  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

522 return line[:size]
523
524 def close(self):
525 self.shell.close()
526
527
528class MyHandler(rpc.RPCHandler):

Callers 1

test_closeMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_closeMethod · 0.76