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

Class DefectiveHandler

pymysql/tests/test_connection.py:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 return pkt
183
184 class DefectiveHandler:
185 def __init__(self, con):
186 self.con = con
187
188 @pytest.mark.skipif(not socket_auth, reason="connection to unix_socket required")
189 @pytest.mark.skipif(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected