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

Method view_restart_mark

Lib/idlelib/pyshell.py:1378–1380  ·  view source on GitHub ↗
(self, event=None)

Source from the content-addressed store, hash-verified

1376 return None
1377
1378 def view_restart_mark(self, event=None):
1379 self.text.see("iomark")
1380 self.text.see("restart")
1381
1382 def restart_shell(self, event=None):
1383 "Callback for Run/Restart Shell Cntl-F6"

Callers

nothing calls this directly

Calls 1

seeMethod · 0.45

Tested by

no test coverage detected