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

Method __init__

python/proton/_reactor.py:420–424  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

418 """
419
420 def __init__(self) -> None:
421 self.queue = queue.Queue()
422 self.pipe = os.pipe()
423 self._transport = None
424 self._closed = False
425
426 def trigger(self, event: 'ApplicationEvent') -> None:
427 """

Callers

nothing calls this directly

Calls 1

QueueMethod · 0.80

Tested by

no test coverage detected