Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMySQL/mysqlclient
/ _check_executed
Method
_check_executed
src/MySQLdb/cursors.py:115–117 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
113
self.close()
114
115
def
_check_executed(self):
116
if
not self._executed:
117
raise
ProgrammingError(
"execute() first"
)
118
119
def
nextset(self):
120
""
"Advance to the next result set.
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
1
ProgrammingError
Class · 0.85
Tested by
no test coverage detected