Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ SplitArgs
Function
SplitArgs
test/run-tests.py:197–200 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
195
196
197
def
SplitArgs(value):
198
if
isinstance(value, list):
199
return
value
200
return
shlex.split(value)
201
202
203
def
FixPythonExecutable(args):
Callers
3
__init__
Method · 0.85
AppendArgs
Method · 0.85
AppendVerboseArgs
Method · 0.85
Calls
1
split
Method · 0.80
Tested by
no test coverage detected