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

Method _printed

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

Source from the content-addressed store, hash-verified

554 mock.patch.stopall()
555
556 def _printed(self, mock_print):
557 return ' '.join(str(a) for call in mock_print.call_args_list for a in call[0])
558
559 # ── Record.display() (v2 / v3-via-Record.load) ─────────────────────────
560

Calls

no outgoing calls

Tested by

no test coverage detected