ApplyToKeys¶
- class flash.core.data.transforms.ApplyToKeys(keys, *args)[source]¶
The
ApplyToKeys
class is annn.Sequential
which applies the given transforms to the given keys from the input. When a single key is given, a single value will be passed to the transforms. When multiple keys are given, the corresponding values will be passed to the transforms as a list.