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

Method setinputsizes

MySQLdb/cursors.py:146–147  ·  view source on GitHub ↗

Does nothing, required by DB API.

(self, *args)

Source from the content-addressed store, hash-verified

144 self._info = db.info()
145
146 def setinputsizes(self, *args):
147 """Does nothing, required by DB API."""
148
149 def setoutputsizes(self, *args):
150 """Does nothing, required by DB API."""

Callers 1

test_setinputsizesMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_setinputsizesMethod · 0.64