Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WizardOfMenlo/stir
/ print
Method
print
scripts/protocol.py:311–318 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
309
print(convert_size(msg.argument_size()))
310
311
def
print(self):
312
c = 1
313
for
msg in self.rounds:
314
print(
"========="
)
315
print(
"Round "
+ str(c) +
":"
)
316
c+=1
317
msg.print()
318
print(
"========="
)
Callers
nothing calls this directly
Calls
1
print
Method · 0.45
Tested by
no test coverage detected