Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ _ForwardHandle
Method
_ForwardHandle
test/utils.py:50–51 ·
view source on GitHub ↗
(self, forward)
Source
from the content-addressed store, hash-verified
48
self.verbose = False
49
50
def
_ForwardHandle(self, forward):
51
return
None
if
forward
else
subprocess.PIPE
52
53
def
_RunWithArgsInternal(self, *args, **kwargs):
54
cmd = [self.exe] + list(args) + self.after_args
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected