MCPcopy Create free account
hub / github.com/PyMySQL/mysqlclient / _post_get_result

Method _post_get_result

src/MySQLdb/cursors.py:365–367  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

363 return self._get_db().store_result()
364
365 def _post_get_result(self):
366 self._rows = self._fetch_row(0)
367 self._result = None
368
369 def fetchone(self):
370 """Fetches a single row from the cursor. None indicates that

Callers

nothing calls this directly

Calls 1

_fetch_rowMethod · 0.80

Tested by

no test coverage detected