MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _map_error

Function _map_error

pager_lib/pymysql/err.py:72–74  ·  view source on GitHub ↗
(exc, *errors)

Source from the content-addressed store, hash-verified

70
71
72def _map_error(exc, *errors):
73 for error in errors:
74 error_map[error] = exc
75
76
77_map_error(

Callers 1

err.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected