Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/modelscope
/ __init__
Method
__init__
tests/json_call_test.py:18–19 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
16
class
ModelJsonTest:
17
18
def
__init__(self):
19
self.api = HubApi()
20
21
def
test_single(self, model_id: str, model_revision=None):
22
# get model_revision & task info
Callers
nothing calls this directly
Calls
1
HubApi
Class · 0.90
Tested by
no test coverage detected