MCPcopy
hub / github.com/hugapi/hug / loads

Method loads

tests/test_decorators.py:610–611  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

608 return ("Load Success", None)
609
610 def loads(self, item):
611 return self.load(item)
612
613 schema = MarshmallowStyleObject()
614

Callers 8

test_basic_documentationFunction · 0.45
test_multipartFunction · 0.45
callFunction · 0.45
cliFunction · 0.45
__call__Method · 0.45
__call__Method · 0.45
jsonFunction · 0.45

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected