sqlalchemy.ext.hybrid hybrid_method Example Code

hybrid_method is a callable within the sqlalchemy.ext.hybrid module of the SQLAlchemy project.

HYBRID_PROPERTY, hybrid_method, and hybrid_property are several other callables with code examples from the same sqlalchemy.ext.hybrid package.

Example 1 from SQLAlchemy Mixins

SQLAlchemy Mixins (PyPI package information) is a collection of mixins useful for extending SQLAlchemy and simplifying your database-interacting code for some common use cases. SQLAlchemy Mixins is open sourced under the MIT license.

SQLAlchemy Mixins / sqlalchemy_mixins / tests / test_smartquery.py