MCPcopy 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

lifespanFunction · 0.45
connectMethod · 0.45
disconnectMethod · 0.45
_safe_sendMethod · 0.45
close_allMethod · 0.45
sessionMethod · 0.45
startMethod · 0.45
add_connectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected