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

Method message

python/tests/proton_tests/engine.py:1082–1086  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

1080 self.cleanup()
1081
1082 def message(self, size):
1083 parts = []
1084 for i in range(size):
1085 parts.append(str(i))
1086 return "/".join(parts)[:size].encode("utf-8")
1087
1088 def testMinFrame(self):
1089 """

Callers 3

testMinFrameMethod · 0.95
testOddFrameMethod · 0.95
testBigMessageMethod · 0.95

Calls 5

rangeFunction · 0.85
joinMethod · 0.80
strFunction · 0.50
appendMethod · 0.45
encodeMethod · 0.45

Tested by

no test coverage detected