DeviceManager.DeviceEvent:
Base type for indicating IO events to monitors such that a monitor
may select whether to monitor input, output, both, or neither based
on this type and its subtypes.
pyLinAcc.Event.EventType:
Wraps the AT-SPI event type string so its components can be
accessed individually as klass (can't use the keyword class),
major, minor, and detail (klass:major:minor:detail).
Task.Tools.Base.TaskTools:
Provides initialize and finalize methods for preparing and unpreparing the
data required by L{Tools} subclasses while a L{Task} or L{Perk} is executing.
Tier.Tier:
Manages the Perks for a
single instance of a running program (a process).
TN.Tier:
Manages the Perks for a
single instance of a running program (a process).
Tier_new.Tier:
Manages the Perks for a
single instance of a running program (a process).