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

Method __init__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

callMethod · 0.80
cliMethod · 0.45

Tested by

no test coverage detected