MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _check_executed

Method _check_executed

pager_lib/pymysql/cursors.py:70–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68 return self.connection
69
70 def _check_executed(self):
71 if not self._executed:
72 raise err.ProgrammingError("execute() first")
73
74 def _conv_row(self, row):
75 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