MCPcopy 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
114class ConnectionTest(Test):
115

Callers 15

linkMethod · 0.95
test_open_closeMethod · 0.45
test_capabilitiesMethod · 0.45
test_conditionMethod · 0.45
test_propertiesMethod · 0.45
test_channel_max_lowMethod · 0.45
test_channel_max_highMethod · 0.45
test_cleanupMethod · 0.45
test_open_closeMethod · 0.45

Calls 1

pumpFunction · 0.85

Tested by 15

test_open_closeMethod · 0.36
test_capabilitiesMethod · 0.36
test_conditionMethod · 0.36
test_propertiesMethod · 0.36
test_channel_max_lowMethod · 0.36
test_channel_max_highMethod · 0.36
test_cleanupMethod · 0.36
test_open_closeMethod · 0.36