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

Method remote_properties

python/proton/_endpoints.py:1111–1122  ·  view source on GitHub ↗

The properties specified by the remote peer for this link. This operation will return a :class:`Data` object that is valid until the link object is freed. This :class:`Data` object will be empty until the remote link is opened as indicated by the :const:`REM

(self)

Source from the content-addressed store, hash-verified

1109
1110 @property
1111 def remote_properties(self):
1112 """
1113 The properties specified by the remote peer for this link.
1114
1115 This operation will return a :class:`Data` object that
1116 is valid until the link object is freed. This :class:`Data`
1117 object will be empty until the remote link is opened as
1118 indicated by the :const:`REMOTE_ACTIVE` flag.
1119
1120 :type: :class:`Data`
1121 """
1122 return dat2obj(pn_link_remote_properties(self._impl))
1123
1124 @property
1125 def properties(self) -> Optional[PropertyDict]:

Callers

nothing calls this directly

Calls 2

dat2objFunction · 0.85

Tested by

no test coverage detected