Does nothing, required by DB API.
(self, *args)
| 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.""" |
nothing calls this directly
no outgoing calls
no test coverage detected