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

Function get_normed_key

pymongo/common.py:843–844  ·  view source on GitHub ↗
(x: str)

Source from the content-addressed store, hash-verified

841 validated_options = _CaseInsensitiveDictionary()
842
843 def get_normed_key(x: str) -> str:
844 return x
845
846 def get_setter_key(x: str) -> str:
847 return options.cased_key(x)

Callers 1

get_validated_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected