MCPcopy Create free account
hub / github.com/apache/qpid-proton / _events

Method _events

python/examples/proton_tornado.py:42–48  ·  view source on GitHub ↗
(self, sel)

Source from the content-addressed store, hash-verified

40 event.dispatch(self.io)
41
42 def _events(self, sel):
43 events = self.loop.ERROR
44 if sel.reading:
45 events |= self.loop.READ
46 if sel.writing:
47 events |= self.loop.WRITE
48 return events
49
50 def _schedule(self, sel):
51 if sel.deadline:

Callers 2

on_selectable_initMethod · 0.95
on_selectable_updatedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected