sqlalchemy.orm.attributes flag_modified Example Code

flag_modified is a callable within the sqlalchemy.orm.attributes module of the SQLAlchemy project.

InstrumentedAttribute and QueryableAttribute are a couple of other callables within the sqlalchemy.orm.attributes package that also have code examples.

Example 1 from indico

indico (project website, documentation and sandbox demo) is a Flask-based web app for event management that is powered by SQLAlchemy on the backend. The code for this project is open sourced under the MIT license.

indico / indico / core / emails.py