|
WARPXM v1.10.0
|
Runs a list of host actions. More...
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_ | |
| def warpy.host_actions.va_runner.va_runner.__init__ | ( | self, | |
| name, | |||
variable_adjusters = [] |
|||
| ) |
Reimplemented from warpy.host_actions.host_action.host_action.
| def warpy.host_actions.va_runner.va_runner.attrs | ( | self, | |
stage = None |
|||
| ) |
| def warpy.host_actions.va_runner.va_runner.generate | ( | self, | |
start = None, |
|||
stop = None, |
|||
stride = 1, |
|||
explode_name = True, |
|||
explode_args = True |
|||
| ) |
| def warpy.host_actions.va_runner.va_runner.name | ( | self, | |
stage = None |
|||
| ) |
| warpy.host_actions.va_runner.va_runner.variable_adjusters |