Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ initialise
Method
initialise
python/examples/proton_tornado.py:106–108 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
104
self.container = BaseContainer(*handlers, **kwargs)
105
106
def
initialise(self):
107
self.container.start()
108
self.container.process()
109
110
def
run(self):
111
self.initialise()
Callers
2
run
Method · 0.95
client_http.py
File · 0.80
Calls
2
start
Method · 0.45
process
Method · 0.45
Tested by
no test coverage detected