MCPcopy Index your code
hub / github.com/PyMySQL/PyMySQL / _clear_result

Method _clear_result

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

Source from the content-addressed store, hash-verified

332 return self.rowcount
333
334 def _clear_result(self):
335 self.rownumber = 0
336 self._result = None
337
338 self.rowcount = 0
339 self.warning_count = 0
340 self.description = None
341 self.lastrowid = None
342 self._rows = None
343
344 def _do_get_result(self):
345 conn = self._get_db()

Callers 3

_nextsetMethod · 0.95
_queryMethod · 0.95
_queryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected