Description
Lists of objects can be filtered with ORM-style query helpers in legacy Python 2 code. This module helps developers write readable filtering expressions for in-memory collections.
It is imported by applications and does not connect to databases by itself. Results depend on the objects and predicates supplied by the caller.