Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/davispuh/MySQL-for-Python-3
/ _check_executed
Method
_check_executed
MySQLdb/cursors.py:96–98 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
94
self.connection = None
95
96
def
_check_executed(self):
97
if
not self._executed:
98
self.errorhandler(self, ProgrammingError,
"execute() first"
)
99
100
def
_warning_check(self):
101
from
warnings
import
warn
Callers
8
fetchone
Method · 0.80
fetchmany
Method · 0.80
fetchall
Method · 0.80
scroll
Method · 0.80
__iter__
Method · 0.80
fetchone
Method · 0.80
fetchmany
Method · 0.80
fetchall
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected