MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / _asdict

Method _asdict

bson/codec_options.py:281–282  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

279 ...
280
281 def _asdict(self) -> dict[str, Any]:
282 ...
283
284 def _replace(self, **kwargs: Any) -> CodecOptions[_DocumentType]:
285 ...

Callers 3

with_optionsMethod · 0.95
__new__Method · 0.80
with_optionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected