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

Function Main

deps/v8/test/debugging/wasm/gdb-server/float.py:62–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61
62def Main():
63 index = sys.argv.index('--')
64 args = sys.argv[index + 1:]
65 # The remaining arguments go to unittest.main().
66 global COMMAND
67 COMMAND = args
68 unittest.main(argv=sys.argv[:index])
69
70if __name__ == '__main__':
71 Main()

Callers 1

float.pyFile · 0.70

Calls 2

indexMethod · 0.45
mainMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…