Package proton :: Module _io :: Class IO :: Class Selector
[frames] | no frames]

Class Selector

source code

object --+
         |
        IO.Selector

Instance Methods
 
__init__(self) source code
 
add(self, selectable) source code
 
remove(self, selectable) source code
 
selectables(self) source code
 
update_deadline(self) source code
 
update(self, selectable) source code
 
select(self, timeout) source code
Method Details

__init__(self)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

selectables(self)

source code 
Decorators:
  • @property