Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_asdict
Method · 0.95
CodecOptions
Class · 0.85
update
Method · 0.45
Tested by
no test coverage detected