* python/lib/gdb/printing.py (register_pretty_printer): Add missing
entry for RuntimeError to doc string.
This commit is contained in:
parent
2067c8d4a8
commit
6d64e6d477
2 changed files with 6 additions and 0 deletions
|
@ -86,6 +86,7 @@ def register_pretty_printer(obj, printer):
|
|||
Raises:
|
||||
TypeError: A problem with the type of the printer.
|
||||
ValueError: The printer's name contains a semicolon ";".
|
||||
RuntimeError: A printer with the same name is already registered.
|
||||
|
||||
If the caller wants the printer to be listable and disableable, it must
|
||||
follow the PrettyPrinter API. This applies to the old way (functions) too.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue