Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMySQL/PyMySQL
/ teardown
Method
teardown
pymysql/tests/base.py:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
75
@self.addCleanup
76
def
teardown():
77
if
conn.open:
78
conn.close()
79
80
return
conn
81
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected