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

Function Main

deps/v8/test/debugging/wasm/gdb-server/stepping.py:47–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46
47def Main():
48 index = sys.argv.index('--')
49 args = sys.argv[index + 1:]
50 # The remaining arguments go to unittest.main().
51 global COMMAND
52 COMMAND = args
53 unittest.main(argv=sys.argv[:index])
54
55if __name__ == '__main__':
56 Main()

Callers 1

stepping.pyFile · 0.70

Calls 2

indexMethod · 0.45
mainMethod · 0.45

Tested by

no test coverage detected