Class SessionCheckout (3.56.0)

SessionCheckout(pool, **kwargs)

Context manager: hold session checked out from a pool.

Deprecated. Sessions should be checked out indirectly using context managers or xref_run_in_transaction, rather than checked out directly from the pool.

Parameter

Name Description
pool concrete subclass of AbstractSessionPool

Pool from which to check out a session.