MCPcopy Index your code
hub / github.com/python-cmd2/cmd2 / CommandSetRegistrationError

Class CommandSetRegistrationError

cmd2/exceptions.py:23–24  ·  view source on GitHub ↗

For when an error occurs while a CommandSet is being added or removed from a cmd2 application.

Source from the content-addressed store, hash-verified

21
22
23class CommandSetRegistrationError(Exception):
24 """For when an error occurs while a CommandSet is being added or removed from a cmd2 application."""
25
26
27class CompletionError(Exception):

Callers 9

_cmdMethod · 0.85
on_registerMethod · 0.85
register_command_setMethod · 0.85
_register_subcommandsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…