Generation

typingsThu, 27 Apr 2023

def db_session(): with session() as db: yield db

def db_session() -> Generator[User, None, None]

Questions about programming?Chat with your personal AI assistant