(self)
| 106 | self._connection = None |
| 107 | |
| 108 | async def db_create(self) -> None: |
| 109 | # DB's are automatically created once accessed |
| 110 | pass |
| 111 | |
| 112 | async def db_delete(self) -> None: |
| 113 | await self.close() |
nothing calls this directly
no outgoing calls
no test coverage detected