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

Method __init__

Lib/idlelib/configdialog.py:2085–2088  ·  view source on GitHub ↗
(self, master, **cfg)

Source from the content-addressed store, hash-verified

2083class HelpFrame(LabelFrame):
2084
2085 def __init__(self, master, **cfg):
2086 super().__init__(master, **cfg)
2087 self.create_frame_help()
2088 self.load_helplist()
2089
2090 def create_frame_help(self):
2091 """Create LabelFrame for additional help menu sources.

Callers

nothing calls this directly

Calls 4

create_frame_helpMethod · 0.95
load_helplistMethod · 0.95
superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected