Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/davispuh/MySQL-for-Python-3
/ _get_result
Method
_get_result
MySQLdb/cursors.py:352–352 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
350
query, or using CursorUseResultMixIn instead.
""
"
351
352
def
_get_result(self):
return
self._get_db().store_result()
353
354
def
_query(self, q):
355
rowcount = self._do_query(q)
Callers
nothing calls this directly
Calls
1
_get_db
Method · 0.80
Tested by
no test coverage detected