pypyr.steps.contextclearall permalink

Wipe the entire context. No input context arguments required.

You can always use contextclearall as a simple step, since it does not require any input context.

Sample pipeline yaml:

steps:
  - my.arb.step
  - pypyr.steps.contextclearall
  - another.arb.step

contextclearall also wipes all the imports from any preceding pyimport steps.

see also

last updated on .