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

Method __repr__

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

Source from the content-addressed store, hash-verified

921 return res
922
923 def __repr__(self):
924 output_results = []
925 for k, v in self._results.items():
926 output_results.append(f'{k}:{v}')
927
928 return f'MultiCounterResult( {", ".join(output_results)} )'
929
930
931class ClusterInfoResult:

Callers

nothing calls this directly

Calls 2

itemsMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected