Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testMinFrame
Method · 0.95
testOddFrame
Method · 0.95
testBigMessage
Method · 0.95
Calls
5
range
Function · 0.85
join
Method · 0.80
str
Function · 0.50
append
Method · 0.45
encode
Method · 0.45
Tested by
no test coverage detected