jgdv.debugging._interface
Type Aliases
Protocols
The protocol for functions for sys.settrace |
Module Contents
- jgdv.debugging._interface.TraceEvent: TypeAlias = Literal['call'] | Literal['line'] | Literal['return'] | Literal['exception'] | Literal['opcode']