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

Method __init__

tests/test_async.py:92–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90
91 class API(object):
92 def __init__(self):
93 hug.call()(self.hello_world_method)
94
95 async def hello_world_method(self):
96 return "Hello World!"

Callers

nothing calls this directly

Calls 1

callMethod · 0.80

Tested by

no test coverage detected