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

Method __init__

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

Source from the content-addressed store, hash-verified

1545class WinPage(Frame):
1546
1547 def __init__(self, master):
1548 super().__init__(master)
1549
1550 self.init_validators()
1551 self.create_page_windows()
1552 self.load_windows_cfg()
1553
1554 def init_validators(self):
1555 digits_or_empty_re = re.compile(r'[0-9]*')

Callers 8

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 4

init_validatorsMethod · 0.95
create_page_windowsMethod · 0.95
load_windows_cfgMethod · 0.95
superClass · 0.85

Tested by

no test coverage detected