jgdv.debugging._interface

Type Aliases

TraceEvent

Protocols

TraceFn_p

The protocol for functions for sys.settrace

Module Contents

jgdv.debugging._interface.TraceEvent: TypeAlias = Literal['call'] | Literal['line'] | Literal['return'] | Literal['exception'] | Literal['opcode']
class jgdv.debugging._interface.TraceFn_p[source]

Bases: Protocol

The protocol for functions for sys.settrace