MCPcopy Create free account
hub / github.com/nodejs/node / Call

Method Call

deps/v8/tools/release/common_includes.py:140–141  ·  view source on GitHub ↗
(self, fun, *args, **kwargs)

Source from the content-addressed store, hash-verified

138# Wrapper for side effects.
139class SideEffectHandler(object): # pragma: no cover
140 def Call(self, fun, *args, **kwargs):
141 return fun(*args, **kwargs)
142
143 def Command(self, cmd, args="", prefix="", pipe=True, cwd=None):
144 return Command(cmd, args, prefix, pipe, cwd=cwd)

Callers

nothing calls this directly

Calls 1

funFunction · 0.50

Tested by

no test coverage detected