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

Function thread_safe

pymysql/__init__.py:132–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130
131
132def thread_safe():
133 return True # match MySQLdb.thread_safe()
134
135
136Connect = connect = Connection = connections.Connection

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected