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

Method push_event

python/proton/_selectable.py:76–81  ·  view source on GitHub ↗
(
            self,
            context: 'Selectable',
            etype: 'EventType',
    )

Source from the content-addressed store, hash-verified

74 self._deadline = deadline
75
76 def push_event(
77 self,
78 context: 'Selectable',
79 etype: 'EventType',
80 ) -> None:
81 self._reactor.push_event(context, etype)
82
83 def update(self) -> None:
84 if not self._terminated:

Callers 5

__init__Method · 0.95
updateMethod · 0.95
readableMethod · 0.95
writableMethod · 0.95
expiredMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected