MCPcopy 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
197def SplitArgs(value):
198 if isinstance(value, list):
199 return value
200 return shlex.split(value)
201
202
203def FixPythonExecutable(args):

Callers 3

__init__Method · 0.85
AppendArgsMethod · 0.85
AppendVerboseArgsMethod · 0.85

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected