MCPcopy Index your code
hub / github.com/couchbase/couchbase-python-client / __repr__

Method __repr__

couchbase/result.py:589–594  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

587 return res
588
589 def __repr__(self):
590 output_results = []
591 for k, v in self._results.items():
592 output_results.append(f'{k}:{v}')
593
594 return f'MultiExistsResult( {", ".join(output_results)} )'
595
596
597class MutationResult(Result):

Callers

nothing calls this directly

Calls 2

itemsMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected