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

Function err

scripts/check-extraindexurl.py:18–19  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

16
17
18def err(s: str) -> None:
19 print(s, file=sys.stderr)
20
21
22print(*sys.argv[1:])

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected