Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyMySQL/PyMySQL
/ __del__
Method
__del__
pymysql/connections.py:1239–1241 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1237
self.unbuffered_active = False
1238
1239
def
__del__(self):
1240
if
self.unbuffered_active:
1241
self._finish_unbuffered_query()
1242
1243
def
read(self):
1244
try
:
Callers
nothing calls this directly
Calls
1
_finish_unbuffered_query
Method · 0.95
Tested by
no test coverage detected