Package proton :: Module _selectable :: Class Selectable
[frames] | no frames]

Class Selectable

source code

object --+
         |
        Selectable

Instance Methods
 
__init__(self, delegate, reactor)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
release(self) source code
 
__getattr__(self, name) source code
 
collect(self, collector) source code
 
push_event(self, context, type) source code
 
update(self) source code
 
readable(self) source code
 
writable(self) source code
 
expired(self) source code
 
is_terminal(self) source code
 
terminate(self) source code

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

Class Variables
  deadline = property(_get_deadline, _set_deadline)
Properties

Inherited from object: __class__

Method Details

__init__(self, delegate, reactor)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

is_terminal(self)

source code 
Decorators:
  • @property