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

Method close

Lib/idlelib/debugger.py:594–595  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

592 frame.pack(expand=0)
593
594 def close(self):
595 self.frame.destroy()
596
597
598if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected