MCPcopy
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

fetchoneMethod · 0.95
fetchmanyMethod · 0.95
fetchallMethod · 0.95
scrollMethod · 0.95
fetchoneMethod · 0.80
fetchmanyMethod · 0.80
scrollMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected