Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
80
class
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