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

Static Public Attributes

string flavor = 'IN RANGE'
 
- 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)
 
def _to_number_with_arithmetic (self, item)
 

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

Member Function Documentation

◆ _map_values_to_rounds()

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

Reimplemented from robot.running.bodyrunner.ForInRunner.

Definition at line 240 of file bodyrunner.py.

◆ _resolve_dict_values()

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

Reimplemented from robot.running.bodyrunner.ForInRunner.

Definition at line 236 of file bodyrunner.py.

◆ _to_number_with_arithmetic()

def robot.running.bodyrunner.ForInRangeRunner._to_number_with_arithmetic (   self,
  item 
)
private

Definition at line 252 of file bodyrunner.py.

Member Data Documentation

◆ flavor

string robot.running.bodyrunner.ForInRangeRunner.flavor = 'IN RANGE'
static

Definition at line 234 of file bodyrunner.py.


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