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

Method __init__

python/tests/proton_tests/reactor.py:386–389  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

384
385 class TestHandler(MessagingHandler):
386 def __init__(self):
387 super(TestHandler, self).__init__()
388 port = free_tcp_port()
389 self.url = "localhost:%i" % port
390
391 def on_start(self, event):
392 self.listener = event.container.listen(self.url)

Callers

nothing calls this directly

Calls 2

free_tcp_portFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected