Robot Framework
robot.running.bodyrunner.ForInZipRunner Class Reference
Inheritance diagram for robot.running.bodyrunner.ForInZipRunner:
robot.running.bodyrunner.ForInRunner

Static Public Attributes

string flavor = 'IN ZIP'
 
- Static Public Attributes inherited from robot.running.bodyrunner.ForInRunner
string flavor = 'IN'
 

Private Member Functions

def _map_values_to_rounds (self, values, per_round)
 
def _resolve_dict_values (self, values)
 

Static Private Attributes

int _start
 

Additional Inherited Members

- Public Member Functions inherited from robot.running.bodyrunner.ForInRunner
def __init__ (self, context, run=True, templated=False)
 
def run (self, data)
 

Detailed Description

Definition at line 261 of file bodyrunner.py.

Member Function Documentation

◆ _map_values_to_rounds()

def robot.running.bodyrunner.ForInZipRunner._map_values_to_rounds (   self,
  values,
  per_round 
)
private

Reimplemented from robot.running.bodyrunner.ForInRunner.

Definition at line 272 of file bodyrunner.py.

◆ _resolve_dict_values()

def robot.running.bodyrunner.ForInZipRunner._resolve_dict_values (   self,
  values 
)
private

Reimplemented from robot.running.bodyrunner.ForInRunner.

Definition at line 268 of file bodyrunner.py.

Member Data Documentation

◆ _start

robot.running.bodyrunner.ForInZipRunner._start
staticprivate

Definition at line 266 of file bodyrunner.py.

◆ flavor

string robot.running.bodyrunner.ForInZipRunner.flavor = 'IN ZIP'
static

Definition at line 262 of file bodyrunner.py.


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