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

Class CustomInvoker

python/tests/proton_tests/handler.py:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 self.did_custom = True
80
81 class CustomInvoker(CustomHandler):
82 def on_reactor_init(self, event):
83 h = event_root(event)
84 event.dispatch(h, CUSTOM)
85 self.did_init = True
86
87 child = CustomInvoker()
88 root = CustomHandler(child)

Callers 1

do_customEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected