MCPcopy Create free account
hub / github.com/espnet/espnet / get_parser

Function get_parser

utils/concatjson.py:19–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18
19def get_parser():
20 parser = argparse.ArgumentParser(
21 description="concatenate json files",
22 formatter_class=argparse.ArgumentDefaultsHelpFormatter,
23 )
24 parser.add_argument("jsons", type=str, nargs="+", help="json files")
25 return parser
26
27
28if __name__ == "__main__":

Callers 1

concatjson.pyFile · 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…