Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_options
Method · 0.95
__new__
Method · 0.80
with_options
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected