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

Method __init__

Lib/idlelib/configdialog.py:1757–1762  ·  view source on GitHub ↗
(self, master)

Source from the content-addressed store, hash-verified

1755class ShedPage(Frame):
1756
1757 def __init__(self, master):
1758 super().__init__(master)
1759
1760 self.init_validators()
1761 self.create_page_shed()
1762 self.load_shelled_cfg()
1763
1764 def init_validators(self):
1765 digits_or_empty_re = re.compile(r'[0-9]*')

Callers

nothing calls this directly

Calls 5

init_validatorsMethod · 0.95
create_page_shedMethod · 0.95
load_shelled_cfgMethod · 0.95
superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected