inline code
Execute inline code as part of your pipeline. Part of the power of pypyr is that you can seamlessly mix inline code with external executables.
| title | description |
|---|---|
| py | Execute inline python code. |
| py string | Evaluate dynamic python expressions in your pipeline steps and task automation sequences. |
| pyimport | Use external libraries in your !py expressions. |