Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def wrapper(self, *args, **kwargs) -> ContextManager: return ContextManager(method(self, *args, **kwargs))
asyncio bridge to the standard sqlite3 module