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

Function _ecoc_coll_name

pymongo/common.py:883–884  ·  view source on GitHub ↗
(encrypted_fields: Mapping[str, Any], name: str)

Source from the content-addressed store, hash-verified

881
882
883def _ecoc_coll_name(encrypted_fields: Mapping[str, Any], name: str) -> Any:
884 return encrypted_fields.get("ecocCollection", f"enxcol_.{name}.ecoc")
885
886
887# List of write-concern-related options.

Callers 4

drop_collectionMethod · 0.90
_createMethod · 0.90
drop_collectionMethod · 0.90
_createMethod · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected