Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbunt1tled/python-fast-api
/ close
Method
close
src/core/db/asmysql.py:45–47 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
await session.close()
44
45
async
def
close(self) -> None:
46
if
self.engine is not None:
47
await self.engine.dispose()
Callers
8
lifespan
Function · 0.45
connect
Method · 0.45
disconnect
Method · 0.45
_safe_send
Method · 0.45
close_all
Method · 0.45
session
Method · 0.45
start
Method · 0.45
add_connection
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected