Types related to translation fetching.
Functions
dataclass([cls, init, repr, eq, order, ...]) |
Returns the same class as was passed in, with dunder methods added based on the fields defined in the class. |
Classes
|
Instructions passed from an |
Generic(*args, **kwds) |
Abstract base class for generic types. |
|
A source and the IDs to fetch from it. |
Bases: Generic[SourceType, IdType]
A source and the IDs to fetch from it.
Where to fetch from.
Bases: IdsToFetch[SourceType, IdType]
Instructions passed from an AbstractFetcher to an implementation.