MCPcopy 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

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

no outgoing calls

Tested by

no test coverage detected