Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMySQL/PyMySQL
/ _map_error
Function
_map_error
pymysql/err.py:76–78 ·
view source on GitHub ↗
(exc, *errors)
Source
from the content-addressed store, hash-verified
74
75
76
def
_map_error(exc, *errors):
77
for
error in errors:
78
error_map[error] = exc
79
80
81
_map_error(
Callers
1
err.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected