Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton-j
/ append_root
Method
append_root
tests/python/proton_tests/handler.py:98–99 ·
view source on GitHub ↗
(self, reactor, root)
Source
from the content-addressed store, hash-verified
96
def
add_root(self, reactor, root):
97
reactor.handler.add(root)
98
def
append_root(self, reactor, root):
99
reactor.handler.handlers.append(root)
100
101
def
event_root(self, event):
102
return
event.root
Callers
nothing calls this directly
Calls
1
append
Method · 0.65
Tested by
no test coverage detected