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

Method _query

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

Source from the content-addressed store, hash-verified

321 return self.rowcount
322
323 def _query(self, q): return self._do_query(q)
324
325 def _fetch_row(self, size=1):
326 if not self._result:

Callers 3

executeMethod · 0.95
executemanyMethod · 0.95
callprocMethod · 0.95

Calls 1

_do_queryMethod · 0.95

Tested by

no test coverage detected