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

Static Public Attributes

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

Private Member Functions

def _get_start (self, values)
 
def _is_dict_iteration (self, values)
 
def _map_dict_values_to_rounds (self, values, per_round)
 
def _map_values_to_rounds (self, values, per_round)
 
def _raise_wrong_variable_count (self, variables, values)
 
def _resolve_dict_values (self, values)
 
def _resolve_values (self, values)
 

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 282 of file bodyrunner.py.

Member Function Documentation

◆ _get_start()

def robot.running.bodyrunner.ForInEnumerateRunner._get_start (   self,
  values 
)
private

Definition at line 298 of file bodyrunner.py.

◆ _is_dict_iteration()

def robot.running.bodyrunner.ForInEnumerateRunner._is_dict_iteration (   self,
  values 
)
private

Reimplemented from robot.running.bodyrunner.ForInRunner.

Definition at line 285 of file bodyrunner.py.

◆ _map_dict_values_to_rounds()

def robot.running.bodyrunner.ForInEnumerateRunner._map_dict_values_to_rounds (   self,
  values,
  per_round 
)
private

Reimplemented from robot.running.bodyrunner.ForInRunner.

Definition at line 314 of file bodyrunner.py.

◆ _map_values_to_rounds()

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

Reimplemented from robot.running.bodyrunner.ForInRunner.

Definition at line 323 of file bodyrunner.py.

◆ _raise_wrong_variable_count()

def robot.running.bodyrunner.ForInEnumerateRunner._raise_wrong_variable_count (   self,
  variables,
  values 
)
private

Reimplemented from robot.running.bodyrunner.ForInRunner.

Definition at line 328 of file bodyrunner.py.

◆ _resolve_dict_values()

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

Reimplemented from robot.running.bodyrunner.ForInRunner.

Definition at line 290 of file bodyrunner.py.

◆ _resolve_values()

def robot.running.bodyrunner.ForInEnumerateRunner._resolve_values (   self,
  values 
)
private

Reimplemented from robot.running.bodyrunner.ForInRunner.

Definition at line 294 of file bodyrunner.py.

Member Data Documentation

◆ flavor

string robot.running.bodyrunner.ForInEnumerateRunner.flavor = 'IN ENUMERATE'
static

Definition at line 283 of file bodyrunner.py.


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