pass.PassRepeatMode enum¶
Pass pipeline repeat mode.
Cases¶
| Keyword | Value | Description |
|---|---|---|
fixed |
0 | Run the body a fixed number of times. |
until_converged |
1 | Run the body until no pass reports a mutation. |
Used by¶
pass.repeat.mode