Public Member Functions | |
| def | __init__ |
| def | __init__ |
Public Attributes | |
| name | |
| enabled | |
Baseclass for sub-pretty-printers.
Sub-pretty-printers needn't use this, but it formalizes what's needed.
Attributes:
name: The name of the subprinter.
enabled: A boolean indicating if the subprinter is enabled.
Definition at line 61 of file printing.py.
| def gdb.printing.SubPrettyPrinter.__init__ | ( | self, | |
| name | |||
| ) |
Definition at line 71 of file printing.py.
| def gdb.printing.SubPrettyPrinter.__init__ | ( | self, | |
| name | |||
| ) |
Definition at line 71 of file printing.py.
Definition at line 71 of file printing.py.
Definition at line 71 of file printing.py.
1.7.6.1