Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton-j
/ pump
Method
pump
tests/python/proton_tests/engine.py:110–112 ·
view source on GitHub ↗
(self, buffer_size=OUTPUT_SIZE)
Source
from the content-addressed store, hash-verified
108
self._wires = []
109
110
def
pump(self, buffer_size=OUTPUT_SIZE):
111
for
c1, t1, c2, t2 in self._wires:
112
pump(t1, t2, buffer_size)
113
114
class
ConnectionTest(Test):
115
Callers
15
link
Method · 0.95
test_open_close
Method · 0.45
test_simultaneous_open_close
Method · 0.45
test_capabilities
Method · 0.45
test_condition
Method · 0.45
test_properties
Method · 0.45
test_channel_max_low
Method · 0.45
test_channel_max_high
Method · 0.45
test_channel_max_raise_and_lower
Method · 0.45
test_channel_max_limits_sessions
Method · 0.45
test_cleanup
Method · 0.45
test_open_close
Method · 0.45
Calls
1
pump
Function · 0.85
Tested by
15
test_open_close
Method · 0.36
test_simultaneous_open_close
Method · 0.36
test_capabilities
Method · 0.36
test_condition
Method · 0.36
test_properties
Method · 0.36
test_channel_max_low
Method · 0.36
test_channel_max_high
Method · 0.36
test_channel_max_raise_and_lower
Method · 0.36
test_channel_max_limits_sessions
Method · 0.36
test_cleanup
Method · 0.36
test_open_close
Method · 0.36
test_simultaneous_close
Method · 0.36