MCPcopy Index your code
hub / github.com/rawpython/remi / __init__

Method __init__

examples/matplotlib_app.py:72–73  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

70
71class MyApp(App):
72 def __init__(self, *args):
73 super(MyApp, self).__init__(*args)
74
75 def main(self):
76 wid = gui.VBox(width=320, height=320, margin='0px auto')

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected