MCPcopy Create free account
hub / github.com/PyMySQL/PyMySQL / _check_executed

Method _check_executed

pymysql/cursors.py:77–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 return self.connection
76
77 def _check_executed(self):
78 if not self._executed:
79 raise err.ProgrammingError("execute() first")
80
81 def _conv_row(self, row):
82 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