MCPcopy Create free account
hub / github.com/OpenBitSys/BitDistiller / sh

Function sh

test/general/lm_eval/utils.py:21–23  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

19
20
21def sh(x):
22 if os.system(x):
23 raise ExitCodeError()
24
25
26def escaped_split(text, sep_char, maxsplit=-1):

Callers

nothing calls this directly

Calls 1

ExitCodeErrorClass · 0.85

Tested by

no test coverage detected