MCPcopy
hub / github.com/pyodide/pyodide / parse_args

Function parse_args

tools/update_emscripten.py:98–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96
97
98def parse_args():
99 parser = argparse.ArgumentParser("Update the Emscripten version")
100 parser.add_argument("newtag", nargs="?")
101 return parser.parse_args()
102
103
104def main():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…