MCPcopy 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

fetchoneMethod · 0.80
fetchmanyMethod · 0.80
fetchallMethod · 0.80
scrollMethod · 0.80
__iter__Method · 0.80
fetchoneMethod · 0.80
fetchmanyMethod · 0.80
fetchallMethod · 0.80

Calls 1

ProgrammingErrorClass · 0.85

Tested by

no test coverage detected