MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / _printed

Method _printed

unit-tests/test_command_record.py:523–524  ·  view source on GitHub ↗
(self, mock_print)

Source from the content-addressed store, hash-verified

521 mock.patch.stopall()
522
523 def _printed(self, mock_print):
524 return ' '.join(str(a) for call in mock_print.call_args_list for a in call[0])
525
526 # ── Record.display() (v2 / v3-via-Record.load) ─────────────────────────
527

Calls

no outgoing calls

Tested by

no test coverage detected