• Home
  • Raw
  • Download

Lines Matching refs:positional

56    positional arguments:
252 positional arguments:
267 positional arguments:
332 objects, collects all the positional and optional actions from them, and adds
435 positional arguments:
642 argument, like ``-f`` or ``--foo``, or a positional argument, like a list of
650 while a positional argument could be created like::
656 be positional::
832 it generally doesn't make much sense to have more than one positional argument
897 All optional arguments and some positional arguments may be omitted at the
922 For positional arguments with nargs_ equal to ``?`` or ``*``, the ``default`` value
1083 positional arguments:
1101 positional arguments:
1124 value as the "name" of each object. By default, for positional argument
1126 the dest_ value is uppercased. So, a single positional argument with
1139 positional arguments:
1156 positional arguments:
1189 :meth:`~ArgumentParser.add_argument`. For positional argument actions,
1235 Action class must accept the two positional arguments plus any keyword arguments
1258 is associated with a positional argument.
1324 wrong number of positional arguments, etc. When it encounters such an error,
1353 attempt to specify an option or an attempt to provide a positional argument.
1354 The :meth:`~ArgumentParser.parse_args` method is cautious here: positional
1362 >>> # no negative number options, so -1 is a positional argument
1366 >>> # no negative number options, so -1 and -5 are positional arguments
1388 If you have positional arguments that must begin with ``-`` and don't look
1390 :meth:`~ArgumentParser.parse_args` that everything after that is a positional
1500 positional arguments
1506 by default the name of the program and any positional arguments before the
1562 positional arguments:
1574 positional arguments:
1694 "positional arguments" and "optional arguments" when displaying help
1737 in the usual "positional arguments" and "optional arguments" sections.
1929 * Handling positional arguments.
1943 calls for the positional arguments. Keep in mind that what was previously