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

Class Selectable

source code

      object --+    
               |    
_wrapper.Wrapper --+
                   |
                  Selectable

Instance Methods
 
__init__(self, impl)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
fileno(self, fd=False) source code
 
readable(self) source code
 
writable(self) source code
 
expired(self) source code
 
terminate(self) source code
 
release(self) source code

Inherited from _wrapper.Wrapper: __del__, __delattr__, __eq__, __getattr__, __hash__, __ne__, __repr__, __setattr__

Inherited from object: __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Static Methods
 
wrap(impl) source code
Properties
  reading
  writing
  deadline
  registered
The registered property may be get/set by an I/O polling system to indicate whether the fd has been registered or not.
  is_terminal

Inherited from object: __class__

Method Details

__init__(self, impl)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Property Details

reading

Get Method:
_is_reading(self)
Set Method:
_set_reading(self, val)

writing

Get Method:
_is_writing(self)
Set Method:
_set_writing(self, val)

deadline

Get Method:
_get_deadline(self)
Set Method:
_set_deadline(self, deadline)

registered

The registered property may be get/set by an I/O polling system to indicate whether the fd has been registered or not.

Get Method:
_is_registered(self)
Set Method:
_set_registered(self, registered)

is_terminal

Get Method:
unreachable.is_terminal(self)