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

Method stream

python/proton/_endpoints.py:1157–1163  ·  view source on GitHub ↗

Send specified data as part of the current delivery. :param data: Data to send

(self, data: bytes)

Source from the content-addressed store, hash-verified

1155 pn_link_offered(self._impl, n)
1156
1157 def stream(self, data: bytes) -> int:
1158 """
1159 Send specified data as part of the current delivery.
1160
1161 :param data: Data to send
1162 """
1163 return self._check(pn_link_send(self._impl, data))
1164
1165 def send(self, obj: Union[bytes, 'Message'], tag: Optional[str] = None) -> Union[int, Delivery]:
1166 """

Callers 10

sendMethod · 0.95
sendMethod · 0.45
StreamingReporterBaseMethod · 0.45
catch.hppFile · 0.45
setColourMethod · 0.45
ReporterConfigMethod · 0.45
ConsoleReporterMethod · 0.45
JunitReporterMethod · 0.45
XmlReporterMethod · 0.45

Calls 2

pn_link_sendFunction · 0.90
_checkMethod · 0.45

Tested by

no test coverage detected