MCPcopy Create free account
hub / github.com/PyMySQL/PyMySQL / __init__

Method __init__

pymysql/err.py:19–21  ·  view source on GitHub ↗
(self, *args, sqlstate=None)

Source from the content-addressed store, hash-verified

17 (not Warning)."""
18
19 def __init__(self, *args, sqlstate=None):
20 super().__init__(*args)
21 self.sqlstate = sqlstate
22
23
24class InterfaceError(Error):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected