Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_documentation
Function · 0.45
test_basic_documentation_output_type_accept
Function · 0.45
test_multipart
Function · 0.45
call
Function · 0.45
cli
Function · 0.45
__call__
Method · 0.45
__call__
Method · 0.45
json
Function · 0.45
Calls
1
load
Method · 0.95
Tested by
no test coverage detected