Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
def
sh(x):
22
if
os.system(x):
23
raise
ExitCodeError()
24
25
26
def
escaped_split(text, sep_char, maxsplit=-1):
Callers
nothing calls this directly
Calls
1
ExitCodeError
Class · 0.85
Tested by
no test coverage detected