Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/couchbase/couchbase-python-client
/ as_dict
Method
as_dict
couchbase/result.py:729–730 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
727
self.sequence_number, self.bucket_name)
728
729
def
as_dict(self) -> Dict[str, Union[str, int]]:
730
return
self._token
731
732
def
__repr__(self):
733
return
"MutationToken:{}"
.format(self._token)
Callers
5
test_consistent_with
Method · 0.95
test_consistent_with
Method · 0.95
as_json
Method · 0.45
as_json
Method · 0.45
test_get_all_groups
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_consistent_with
Method · 0.76
test_consistent_with
Method · 0.76
test_get_all_groups
Method · 0.36