MCPcopy Create free account
hub / github.com/WizardOfMenlo/stir / print_arg

Method print_arg

scripts/protocol.py:307–309  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

305 return q
306
307 def print_arg(self):
308 for msg in self.rounds:
309 print(convert_size(msg.argument_size()))
310
311 def print(self):
312 c = 1

Callers

nothing calls this directly

Calls 2

convert_sizeFunction · 0.90
argument_sizeMethod · 0.45

Tested by

no test coverage detected