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