Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ AppendArg
Method
AppendArg
test/utils.py:97–98 ·
view source on GitHub ↗
(self, arg)
Source
from the content-addressed store, hash-verified
95
raise
error
96
97
def
AppendArg(self, arg):
98
self.after_args.append(arg)
99
100
def
AppendOptionalArgs(self, option_dict):
101
for
option, value in option_dict.items():
Callers
1
AppendOptionalArgs
Method · 0.95
Calls
1
append
Method · 0.45
Tested by
no test coverage detected