after#

eclypse.policies.schedule.after(start, policy)[source]#

Run a policy from start onward.

Parameters:
  • start (int) – First step at which the policy should run.

  • policy (UpdatePolicy) – The wrapped policy.

Returns:

A scheduled wrapper around policy.

Return type:

UpdatePolicy