MCPcopy Create free account
hub / github.com/PyMySQL/PyMySQL / setinputsizes

Method setinputsizes

pymysql/cursors.py:84–85  ·  view source on GitHub ↗

Does nothing, required by DB API.

(self, *args)

Source from the content-addressed store, hash-verified

82 return row
83
84 def setinputsizes(self, *args):
85 """Does nothing, required by DB API."""
86
87 def setoutputsizes(self, *args):
88 """Does nothing, required by DB API."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected