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

Method push_event

python/proton/_reactor.py:402–407  ·  view source on GitHub ↗
(
            self,
            obj: Union['Reactor', Task, 'Container', Selectable],
            etype: EventType
    )

Source from the content-addressed store, hash-verified

400 selectable.update()
401
402 def push_event(
403 self,
404 obj: Union['Reactor', Task, 'Container', Selectable],
405 etype: EventType
406 ) -> None:
407 self._collector.put(obj, etype)
408
409
410class EventInjector(object):

Callers 4

startMethod · 0.95
processMethod · 0.95
timer_tickMethod · 0.95

Calls 1

putMethod · 0.45

Tested by

no test coverage detected