MCPcopy
hub / github.com/deepspeedai/DeepSpeed / user_script_fp

Function user_script_fp

tests/unit/launcher/test_user_args.py:38–42  ·  view source on GitHub ↗
(tmpdir)

Source from the content-addressed store, hash-verified

36
37@pytest.fixture(scope="function")
38def user_script_fp(tmpdir):
39 script_fp = tmpdir.join("user_arg_test.py")
40 with open(script_fp, "w") as f:
41 f.write(user_arg_test_script)
42 return script_fp
43
44
45@pytest.fixture(scope="function")

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…