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

Method __init__

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

Source from the content-addressed store, hash-verified

352
353class AuthenticationTestHandler(MessagingHandler):
354 def __init__(self):
355 super(AuthenticationTestHandler, self).__init__()
356 port = free_tcp_port()
357 self.url = "localhost:%i" % port
358 self.verified = False
359
360 def on_start(self, event):
361 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