MCPcopy Index your code
hub / github.com/PyMySQL/mysqlclient / setinputsizes

Method setinputsizes

src/MySQLdb/cursors.py:150–151  ·  view source on GitHub ↗

Does nothing, required by DB API.

(self, *args)

Source from the content-addressed store, hash-verified

148 pass
149
150 def setinputsizes(self, *args):
151 """Does nothing, required by DB API."""
152
153 def setoutputsizes(self, *args):
154 """Does nothing, required by DB API."""

Callers 1

test_setinputsizesMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_setinputsizesMethod · 0.64