Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
call
Method · 0.80
Tested by
no test coverage detected