objwatch.events module

class objwatch.events.EventType(value)[source]

Bases: Enum

Enumeration of event types used by ObjWatch to categorize tracing events.

RUN = 1
END = 2
UPD = 3
APD = 4
POP = 5
__init__(value)[source]