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

Method __init__

Lib/idlelib/configdialog.py:283–287  ·  view source on GitHub ↗
(self, master, highpage)

Source from the content-addressed store, hash-verified

281class FontPage(Frame):
282
283 def __init__(self, master, highpage):
284 super().__init__(master)
285 self.highlight_sample = highpage.highlight_sample
286 self.create_page_font()
287 self.load_font_cfg()
288
289 def create_page_font(self):
290 """Return frame of widgets for Font tab.

Callers

nothing calls this directly

Calls 4

create_page_fontMethod · 0.95
load_font_cfgMethod · 0.95
superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected