MCPcopy Create free account
hub / github.com/SimHacker/micropolis / __init__

Method __init__

MicropolisCore/src/CellEngine/python/test.py:1072–1080  ·  view source on GitHub ↗
(self, **args)

Source from the content-addressed store, hash-verified

1070
1071
1072 def __init__(self, **args):
1073 gtk.Window.__init__(self, **args)
1074
1075 self.connect('destroy', gtk.main_quit)
1076
1077 self.set_title("Cellular Automata Machine, by Don Hopkins")
1078
1079 self.da = CamDrawingArea()
1080 self.add(self.da)
1081
1082
1083########################################################################

Callers 1

__init__Method · 0.45

Calls 1

CamDrawingAreaClass · 0.85

Tested by

no test coverage detected