MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / fn

Function fn

tests/pyapi/test_function.py:79–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 (job, client) = prepare_job_client(hq_env, default_workdir=workdir)
78
79 def fn():
80 assert os.getcwd() == str(workdir)
81
82 job.function(fn)
83 job_id = client.submit(job)

Callers 8

wrappedFunction · 0.50
wait_untilFunction · 0.50
task_mainFunction · 0.50
wait_untilFunction · 0.50
create_pageFunction · 0.50
renderFunction · 0.50
run_in_slurmFunction · 0.50
stopMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected