Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyMySQL/PyMySQL
/ _check_executed
Method
_check_executed
pymysql/cursors.py:76–78 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
74
return
self.connection
75
76
def
_check_executed(self):
77
if
not self._executed:
78
raise
err.ProgrammingError(
"execute() first"
)
79
80
def
_conv_row(self, row):
81
return
row
Callers
7
fetchone
Method · 0.95
fetchmany
Method · 0.95
fetchall
Method · 0.95
scroll
Method · 0.95
fetchone
Method · 0.80
fetchmany
Method · 0.80
scroll
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected