Lines Matching defs:add_argument
17 parser.add_argument(
20 parser.add_argument(
30 example above shows, the add_argument() method is used to populate
42 the type= argument of add_argument() calls.
46 the action= argument of add_argument(). However, for greater
260 def add_argument(self, action):
280 self.add_argument(action)
1264 ArgumentParser add_argument() method.
1419 def add_argument(self, *args, **kwargs):
1421 add_argument(dest, ..., name=value, ...)
1422 add_argument(option_string, option_string, ..., name=value, ...)
1785 self.add_argument(