MCPcopy Index your code
hub / github.com/plotly/plotly.py / parse_args

Function parse_args

commands.py:499–501  ·  view source on GitHub ↗

Parse command line arguments.

(parser: argparse.ArgumentParser)

Source from the content-addressed store, hash-verified

497
498
499def parse_args(parser: argparse.ArgumentParser):
500 """Parse command line arguments."""
501 return parser.parse_args()
502
503
504def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected