Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ body
Function
body
tests/pyapi/test_function.py:19–20 ·
view source on GitHub ↗
(a, b, c)
Source
from the content-addressed store, hash-verified
17
(job, client) = prepare_job_client(hq_env)
18
19
def
body(a, b, c):
20
print(f
"stdout {a} {b} {c}"
)
21
22
job.function(body, args=(1, 2), kwargs={
"c"
: 3}, stdout=
"out"
, stderr=
"err"
)
23
submitted_job = client.submit(job)
Callers
1
run
Method · 0.50
Calls
1
get
Method · 0.45
Tested by
no test coverage detected