MCPcopy 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

runMethod · 0.95
client_http.pyFile · 0.80

Calls 2

startMethod · 0.45
processMethod · 0.45

Tested by

no test coverage detected