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

Method remote_condition

python/proton/_endpoints.py:123–128  ·  view source on GitHub ↗

The remote condition associated with the connection endpoint. See :class:`Condition` for more information.

(self)

Source from the content-addressed store, hash-verified

121
122 @property
123 def remote_condition(self) -> Optional['Condition']:
124 """
125 The remote condition associated with the connection endpoint.
126 See :class:`Condition` for more information.
127 """
128 return cond2obj(self._get_remote_cond_impl())
129
130 # the following must be provided by subclasses
131 def _get_cond_impl(self):

Callers

nothing calls this directly

Calls 2

_get_remote_cond_implMethod · 0.95
cond2objFunction · 0.85

Tested by

no test coverage detected