Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
111
def
_verbose_connection_error_reason(reason: str) -> str:
112
return
_VERBOSE_CONNECTION_ERROR_REASONS.get(reason, reason)
113
114
115
def
_info_log(logger: logging.Logger, **fields: Any) -> None:
Callers
6
close_conn
Method · 0.90
connect
Method · 0.90
checkin
Method · 0.90
close_conn
Method · 0.90
connect
Method · 0.90
checkin
Method · 0.90
Calls
1
get
Method · 0.45
Tested by
no test coverage detected