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

Function _verbose_connection_error_reason

pymongo/logger.py:111–112  ·  view source on GitHub ↗
(reason: str)

Source from the content-addressed store, hash-verified

109
110
111def _verbose_connection_error_reason(reason: str) -> str:
112 return _VERBOSE_CONNECTION_ERROR_REASONS.get(reason, reason)
113
114
115def _info_log(logger: logging.Logger, **fields: Any) -> None:

Callers 6

close_connMethod · 0.90
connectMethod · 0.90
checkinMethod · 0.90
close_connMethod · 0.90
connectMethod · 0.90
checkinMethod · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected