FetchADRIO.defer

adrio.adrio.FetchADRIO.defer(other, scope=None, time_frame=None)

Defer processing to another instance of a SimulationFunction, returning the result of evaluation.

This function is generic in the type of result returned by the function to which we are deferring.

Parameters

other: SimulationFunction

the other function to defer to

scope: GeoScope = None

override the geo scope for evaluation; if None, use the same scope

time_frame: TimeFrame = None

override the time frame for evaluation; if None, use the same time frame