ReverseList
Filters And Transformers Pack.#
This Script is part of theReverses a list. For example, ["Mars", "Jupiter", "Saturn"] => ["Saturn", "Jupiter", "Mars"].
This is an example for an entire-list transformer. It operates the argument as a list (note the entirelist
tag).
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | general, entirelist, transformer |
#
InputsArgument Name | Description |
---|---|
value | The list to reverse. |
#
OutputsThere are no outputs for this script.