Home
last modified time | relevance | path

Searched refs:_install_help_function (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-cmd2/cmd2-2.3.2/tests_isolated/test_commandset/
H A Dtest_commandset.py325 command_sets_manual._install_help_function('cranberry', cmd_set.help_cranberry)
/dports/devel/py-cmd2/cmd2-2.3.2/cmd2/
H A Dcmd2.py629 self._install_help_function(command, cmd_help)
683 def _install_help_function(self, cmd_name: str, cmd_help: Callable[..., None]) -> None: member in Cmd