(self)
| 720 | return self._pooleddb.connection() |
| 721 | |
| 722 | def _db_cursor(self): |
| 723 | return self.ctx.db.cursor() |
| 724 | |
| 725 | def _param_marker(self): |
| 726 | """Returns parameter marker based on paramstyle attribute if this database.""" |
no outgoing calls
no test coverage detected