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

Method _get_result

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

Source from the content-addressed store, hash-verified

428 the connection."""
429
430 def _get_result(self):
431 return self._get_db().use_result()
432
433 def fetchone(self):
434 """Fetches a single row from the cursor."""

Callers 1

_do_get_resultMethod · 0.45

Calls 1

_get_dbMethod · 0.80

Tested by

no test coverage detected