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

Method ResetFont

Lib/idlelib/pyshell.py:959–963  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

957 self.update_menu_state("shell", 1, "disabled")
958
959 def ResetFont(self):
960 super().ResetFont()
961
962 if self.shell_sidebar is not None:
963 self.shell_sidebar.update_font()
964
965 def ResetColorizer(self):
966 super().ResetColorizer()

Callers 1

Calls 2

superClass · 0.85
update_fontMethod · 0.45

Tested by

no test coverage detected