MCPcopy Index your code
hub / github.com/davispuh/MySQL-for-Python-3 / _do_query

Method _do_query

MySQLdb/cursors.py:316–321  ·  view source on GitHub ↗
(self, q)

Source from the content-addressed store, hash-verified

314 return args
315
316 def _do_query(self, q):
317 db = self._get_db()
318 self._last_executed = q
319 db.query(q)
320 self._do_get_result()
321 return self.rowcount
322
323 def _query(self, q): return self._do_query(q)
324

Callers 2

_queryMethod · 0.95
_queryMethod · 0.80

Calls 2

_get_dbMethod · 0.95
_do_get_resultMethod · 0.95

Tested by

no test coverage detected