Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ get_setter_key
Function
get_setter_key
pymongo/common.py:846–847 ·
view source on GitHub ↗
(x: str)
Source
from the content-addressed store, hash-verified
844
return
x
845
846
def
get_setter_key(x: str) -> str:
847
return
options.cased_key(x)
848
849
else
:
850
validated_options = {}
Callers
1
get_validated_options
Function · 0.85
Calls
1
cased_key
Method · 0.80
Tested by
no test coverage detected