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

Method _post_get_result

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

Source from the content-addressed store, hash-verified

145 self.lastrowid = db.insert_id()
146
147 def _post_get_result(self):
148 pass
149
150 def setinputsizes(self, *args):
151 """Does nothing, required by DB API."""

Callers 2

nextsetMethod · 0.95
_queryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected