preheat_open.query
query.py
This module defines classes and functions for querying objects based on specified criteria.
- Classes:
Query
- Functions:
query_stuff
Functions
|
Builds an instance of a dataclass from a dictionary and returns the instance and the remaining keys. |
|
Queries objects and their sub-objects based on specified criteria. |
|
Returns the unique element from the generator. |
Classes
|
Represents a query for filtering objects based on specified attributes. |
Exceptions
Raised when there is no unique element in the generator. |
|
Raised when there is no unique element in the generator. |