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

Runs a list of host actions. More...

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

Detailed Description

Runs a list of host actions.

Public Member Functions

def __init__ (self, name, variable_adjusters=[])
 
def name (self, stage=None)
 
def attrs (self, stage=None)
 
def generate (self, start=None, stop=None, stride=1, explode_name=True, explode_args=True)
 
- 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)
 

Public Attributes

 variable_adjusters
 
- Public Attributes inherited from warpy.host_actions.host_action.host_action
 vars_
 

Constructor & Destructor Documentation

◆ __init__()

def warpy.host_actions.va_runner.va_runner.__init__ (   self,
  name,
  variable_adjusters = [] 
)

Member Function Documentation

◆ attrs()

def warpy.host_actions.va_runner.va_runner.attrs (   self,
  stage = None 
)

◆ generate()

def warpy.host_actions.va_runner.va_runner.generate (   self,
  start = None,
  stop = None,
  stride = 1,
  explode_name = True,
  explode_args = True 
)

◆ name()

def warpy.host_actions.va_runner.va_runner.name (   self,
  stage = None 
)

Member Data Documentation

◆ variable_adjusters

warpy.host_actions.va_runner.va_runner.variable_adjusters

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