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

Method __init__

examples/pil_app.py:81–82  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

79
80class MyApp(App):
81 def __init__(self, *args):
82 super(MyApp, self).__init__(*args)
83
84 def main(self, name='world'):
85 # the arguments are width - height - layoutOrientationOrizontal

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected