MCPcopy Create free account
hub / github.com/modelscope/modelscope / status

Function status

modelscope/preprocessors/science/uni_fold.py:69–75  ·  view source on GitHub ↗
(ID)

Source from the content-addressed store, hash-verified

67 return out
68
69 def status(ID):
70 res = requests.get(f'{host_url}/ticket/{ID}')
71 try:
72 out = res.json()
73 except ValueError:
74 out = {'status': 'ERROR'}
75 return out
76
77 def download(ID, path):
78 res = requests.get(f'{host_url}/result/download/{ID}')

Callers 1

run_mmseqs2Function · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…