MCPcopy Create free account
hub / github.com/geekcomputers/Python / __init__

Method __init__

Test-Case-Generator/test_case.py:16–19  ·  view source on GitHub ↗
(self, master)

Source from the content-addressed store, hash-verified

14
15class Case:
16 def __init__(self, master):
17 gen_frame = Frame(master)
18 gen_frame.grid()
19 self.test_case_counter = None
20
21 def home(self):
22 self.statement = Label(

Callers 10

__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
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected