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

Method decode_value

couchbase/transcoder.py:88–92  ·  view source on GitHub ↗
(self,
                     value,  # type: bytes
                     flags  # type: int
                     )

Source from the content-addressed store, hash-verified

86
87 @abstractmethod
88 def decode_value(self,
89 value, # type: bytes
90 flags # type: int
91 ) -> Any:
92 raise NotImplementedError()
93
94 @classmethod
95 def __subclasshook__(cls, subclass):

Callers 1

_decode_valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected