MCPcopy Index your code
hub / github.com/nodejs/node / Print

Method Print

deps/v8/tools/mb/mb.py:1283–1287  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1281 return os.path.join(*comps)
1282
1283 def Print(self, *args, **kwargs):
1284 # This function largely exists so it can be overridden for testing.
1285 print(*args, **kwargs)
1286 if kwargs.get('stream', sys.stdout) == sys.stdout:
1287 sys.stdout.flush()
1288
1289 def ReadFile(self, path):
1290 # This function largely exists so it can be overriden for testing.

Callers 15

MainMethod · 0.95
CmdExportMethod · 0.95
CmdLookupMethod · 0.95
CmdBuildbucketMethod · 0.95
CmdValidateMethod · 0.95
GetConfigMethod · 0.95
RunGNGenMethod · 0.95
RunGNIsolateMethod · 0.95
RunGNAnalyzeMethod · 0.95
print_envMethod · 0.95
PrintCmdMethod · 0.95

Calls 3

getMethod · 0.65
flushMethod · 0.65
printFunction · 0.50

Tested by

no test coverage detected