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

Method _get_result

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

Source from the content-addressed store, hash-verified

360 query, or using CursorUseResultMixIn instead."""
361
362 def _get_result(self):
363 return self._get_db().store_result()
364
365 def _post_get_result(self):
366 self._rows = self._fetch_row(0)

Callers

nothing calls this directly

Calls 1

_get_dbMethod · 0.80

Tested by

no test coverage detected