MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / __inflated

Method __inflated

bson/raw_bson.py:151–156  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149
150 @property
151 def __inflated(self) -> Mapping[str, Any]:
152 if self.__inflated_doc is None:
153 # We already validated the object's size when this document was
154 # created, so no need to do that again.
155 self.__inflated_doc = self._inflate_bson(self.__raw, self.__codec_options)
156 return self.__inflated_doc
157
158 @staticmethod
159 def _inflate_bson(

Callers

nothing calls this directly

Calls 1

_inflate_bsonMethod · 0.95

Tested by

no test coverage detected