CacheableLoadRule#
Module: iqm.cpc.core.observation.observation_loading_rules
- class iqm.cpc.core.observation.observation_loading_rules.CacheableLoadRule#
Bases:
ABCInterface for an observation loading rule for which the observation data can be preloaded to a cache.
Note that generally load rules do not need to implement this interface. It is enough that they are of the type
RuleType.Attributes
Returns the attributes.
Returns the full name including the attributes.
Methods
Applies the rule for preloaded cache.
- abstractmethod resolve_from_cache(observation_name, cache_data)#
Applies the rule for preloaded cache.
- Parameters:
- Return type:
ObservationDefinition | None
Inheritance
