MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / get_session

Method get_session

src/core/db/repository.py:390–392  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

388
389 @asynccontextmanager
390 async def get_session(self):
391 async with self._db_config.session() as session:
392 yield session

Callers 11

find_by_idMethod · 0.95
createMethod · 0.95
updateMethod · 0.95
update_manyMethod · 0.95
deleteMethod · 0.95
delete_manyMethod · 0.95
find_allMethod · 0.95
find_oneMethod · 0.95
countMethod · 0.95
existsMethod · 0.95
raw_queryMethod · 0.95

Calls 1

sessionMethod · 0.80

Tested by

no test coverage detected