after#
- eclypse.policies.schedule.after(start, policy)[source]#
Run a policy from
startonward.- Parameters:
start (int) – First step at which the policy should run.
policy (UpdatePolicy) – The wrapped policy.
- Returns:
A scheduled wrapper around
policy.- Return type: