[3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029) by miss-islington · Pull Request #113043 · python/cpython
This method will return when the :meth:`postcmd` method returns a true value. The *stop* argument to :meth:`postcmd` is the return value from the command's corresponding :meth:`do_\*` method. corresponding :meth:`!do_\*` method.
If completion is enabled, completing commands will be done automatically, and completing of commands args is done by calling :meth:`complete_foo` with
Method called to complete an input line when no command-specific :meth:`complete_\*` method is available. By default, it returns an empty list. :meth:`!complete_\*` method is available. By default, it returns an empty list.
.. method:: Cmd.columnize(list, displaywidth=80)
The header to issue if the help output has a section for miscellaneous help topics (that is, there are :meth:`help_\*` methods without corresponding :meth:`do_\*` methods). topics (that is, there are :meth:`!help_\*` methods without corresponding :meth:`!do_\*` methods).
.. attribute:: Cmd.undoc_header
The header to issue if the help output has a section for undocumented commands (that is, there are :meth:`do_\*` methods without corresponding :meth:`help_\*` (that is, there are :meth:`!do_\*` methods without corresponding :meth:`!help_\*` methods).