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

Method deserialize

couchbase/serializer.py:32–35  ·  view source on GitHub ↗
(self,
                    value  # type: bytes
                    )

Source from the content-addressed store, hash-verified

30
31 @abstractmethod
32 def deserialize(self,
33 value # type: bytes
34 ) -> Any:
35 raise NotImplementedError()
36
37 @classmethod
38 def __subclasshook__(cls, subclass):

Callers 8

decode_valueMethod · 0.45
_get_next_rowMethod · 0.45
_get_next_rowMethod · 0.45
__init__Method · 0.45
_get_next_rowMethod · 0.45
_get_next_rowMethod · 0.45
_get_next_rowMethod · 0.45
_get_next_rowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected