WARPXM v1.10.0
Loading...
Searching...
No Matches
warpy.host_actions.timed_swapper.timed_swapper Class Reference

Swaps two like variables, internalized storage remains, while outer shell naming is swapped. More...

Inheritance diagram for warpy.host_actions.timed_swapper.timed_swapper:
warpy.host_actions.host_action.host_action

Detailed Description

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_
 

Constructor & Destructor Documentation

◆ __init__()

def warpy.host_actions.timed_swapper.timed_swapper.__init__ (   self,
  name,
  srcs,
  dsts,
  swap_time 
)
Parameters
name
srcsList of source variable names
dstsList of destination variable names
swap_timefrequency srcs and dsts variables will be swapped

Reimplemented from warpy.host_actions.host_action.host_action.


The documentation for this class was generated from the following file: