|
WARPXM v1.10.0
|
Swaps two like variables, internalized storage remains, while outer shell naming is swapped. More...
Swaps two like variables, internalized storage remains, while outer shell naming is swapped.
Public Member Functions | |
| def | __init__ (self, name, srcs, dsts, swap_time) |
Public Member Functions inherited from warpy.host_actions.host_action.host_action | |
| def | __init__ (self, name, req_attrs, opt_attrs=None, variables=None) |
| def | variables (self) |
Additional Inherited Members | |
Public Attributes inherited from warpy.host_actions.host_action.host_action | |
| vars_ | |
| def warpy.host_actions.timed_swapper.timed_swapper.__init__ | ( | self, | |
| name, | |||
| srcs, | |||
| dsts, | |||
| swap_time | |||
| ) |
| name | |
| srcs | List of source variable names |
| dsts | List of destination variable names |
| swap_time | frequency srcs and dsts variables will be swapped |
Reimplemented from warpy.host_actions.host_action.host_action.