MCPcopy Create free account
hub / github.com/couchbase/couchbase-python-client / __repr__

Method __repr__

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

Source from the content-addressed store, hash-verified

476 return res
477
478 def __repr__(self):
479 output_results = []
480 for k, v in self._results.items():
481 output_results.append(f'{k}:{v}')
482
483 return f'MultiGetReplicaResult( {", ".join(output_results)} )'
484
485
486class MultiGetResult(MultiResult):

Callers

nothing calls this directly

Calls 2

itemsMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected