Package onep :: Package cdp :: Module CDPFilter :: Class CDPFilter
[frames] | no frames]

Class CDPFilter


Implements the EventFilter abstract class for filtering CDP events.

Implements the EventFilter abstract class for filtering CDP events according to the specified criteria.

Instance Methods
 
__init__(self)
Constructs a CDPFilter object without specifying criteria.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables
CDPEventNotifyType notify_type
CDP Event Notification type
Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

Constructs a CDPFilter object without specifying criteria. and expression

Overrides: object.__init__