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

Method setoutputsizes

pymysql/cursors.py:87–88  ·  view source on GitHub ↗

Does nothing, required by DB API.

(self, *args)

Source from the content-addressed store, hash-verified

85 """Does nothing, required by DB API."""
86
87 def setoutputsizes(self, *args):
88 """Does nothing, required by DB API."""
89
90 def _nextset(self, unbuffered=False):
91 """Get the next query set."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected