MCPcopy 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
76def _map_error(exc, *errors):
77 for error in errors:
78 error_map[error] = exc
79
80
81_map_error(

Callers 1

err.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected