What is the meaning of the split() in python argparse and the code is : >>> parser = argparse.ArgumentParser() >>> parser.add_argument(\'--foo\', nar
>>> parser = argparse.ArgumentParser() >>> parser.add_argument(\'--foo\', nar