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

Method with_options

bson/codec_options.py:270–271  ·  view source on GitHub ↗
(self, **kwargs: Any)

Source from the content-addressed store, hash-verified

268
269 # CodecOptions API
270 def with_options(self, **kwargs: Any) -> CodecOptions[Any]:
271 ...
272
273 def _arguments_repr(self) -> str:
274 ...

Callers

nothing calls this directly

Calls 3

_asdictMethod · 0.95
CodecOptionsClass · 0.85
updateMethod · 0.45

Tested by

no test coverage detected