sqlalchemy.util symbol Example Code

symbol is a callable within the sqlalchemy.util module of the SQLAlchemy project.

OrderedDict, OrderedSet, set_creation_order, and topological are several other callables with code examples from the same sqlalchemy.util package.

Example 1 from SQLAlchemy filters

SQLAlchemy filters provides filtering, sorting and pagination for SQLAlchemy query objects, which is particularly useful when building web APIs. SQLAlchemy filters is open sourced under the Apache License version 2.0.

SQLAlchemy filters / sqlalchemy_filters / models.py