mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-08 08:36:48 -04:00
4d132c38af
this is a dictionary where applications can store arbitrary data local to a :class:`.Session`. The contents of :attr:`.Session.info` can be also be initialized using the ``info`` argument of :class:`.Session` or :class:`.sessionmaker`.