An extension of #2566, seems like the typings for parse_known_args, parse_intermixed_args, parse_known_intermixed_args (and the undocumented _parse_known_args) of argparse.ArgumentParser were overlooked, as they all share the same pattern as parse_args for typing the namespace class.
An extension of #2566, seems like the typings for
parse_known_args,parse_intermixed_args,parse_known_intermixed_args(and the undocumented_parse_known_args) ofargparse.ArgumentParserwere overlooked, as they all share the same pattern asparse_argsfor typing the namespace class.