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

Method run

python/examples/proton_server.py:41–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 self.conn.close()
40
41 def run(self):
42 self.container.run()
43
44 def send(self, response, reply_to):
45 msg = Message(body=response)

Callers 15

client.pyFile · 0.45
simple_send.pyFile · 0.45
direct_send.pyFile · 0.45
server_tx.pyFile · 0.45
queue_browser.pyFile · 0.45
tx_recv.pyFile · 0.45
db_recv.pyFile · 0.45
mainFunction · 0.45
server_direct.pyFile · 0.45
db_send.pyFile · 0.45
recurring_timer.pyFile · 0.45
selected_recv.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected