MCPcopy Index your code
hub / github.com/hugapi/hug / __init__

Method __init__

tests/test_coroutines.py:94–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92
93 class API(object):
94 def __init__(self):
95 hug.call()(self.hello_world_method)
96
97 @asyncio.coroutine
98 def hello_world_method(self):

Callers

nothing calls this directly

Calls 1

callMethod · 0.80

Tested by

no test coverage detected