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

Method __init__

examples/session_app.py:169–170  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

167
168class MyApp(App):
169 def __init__(self, *args):
170 super(MyApp, self).__init__(*args)
171
172 def main(self, name='world'):
173 self.login_manager = LoginManager(CookieInterface(self), 5)

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected