Lines Matching refs:positional
57 positional arguments:
259 positional arguments:
274 positional arguments:
339 objects, collects all the positional and optional actions from them, and adds
444 positional arguments:
463 positional arguments:
690 argument, like ``-f`` or ``--foo``, or a positional argument, like a list of
698 while a positional argument could be created like::
704 be positional::
884 it generally doesn't make much sense to have more than one positional argument
953 All optional arguments and some positional arguments may be omitted at the
978 For positional arguments with nargs_ equal to ``?`` or ``*``, the ``default`` value
1139 positional arguments:
1157 positional arguments:
1183 value as the "name" of each object. By default, for positional argument
1185 the dest_ value is uppercased. So, a single positional argument with
1198 positional arguments:
1215 positional arguments:
1248 :meth:`~ArgumentParser.add_argument`. For positional argument actions,
1295 command line. The Action class must accept the two positional arguments
1319 is associated with a positional argument.
1388 wrong number of positional arguments, etc. When it encounters such an error,
1417 attempt to specify an option or an attempt to provide a positional argument.
1418 The :meth:`~ArgumentParser.parse_args` method is cautious here: positional
1426 >>> # no negative number options, so -1 is a positional argument
1430 >>> # no negative number options, so -1 and -5 are positional arguments
1452 If you have positional arguments that must begin with ``-`` and don't look
1454 :meth:`~ArgumentParser.parse_args` that everything after that is a positional
1567 positional arguments
1573 by default the name of the program and any positional arguments before the
1632 positional arguments:
1644 positional arguments:
1779 "positional arguments" and "optional arguments" when displaying help
1822 in the usual "positional arguments" and "optional arguments" sections.
2007 positional arguments. The :meth:`~ArgumentParser.parse_intermixed_args`
2053 * Handling positional arguments.
2067 calls for the positional arguments. Keep in mind that what was previously