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