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

Method _is_closed

python/proton/_utils.py:486–487  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

484 return self.conn and self.conn.connected_address
485
486 def _is_closed(self) -> int:
487 return self.conn.state & (Endpoint.LOCAL_CLOSED | Endpoint.REMOTE_CLOSED)
488
489 def run(self) -> None:
490 """

Callers 1

waitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected