Robot Framework
robot.running.bodyrunner Namespace Reference

Classes

class  BodyRunner
 
class  DurationLimit
 
class  ForInEnumerateRunner
 
class  ForInRangeRunner
 
class  ForInRunner
 
class  ForInZipRunner
 
class  IfRunner
 
class  IterationCountLimit
 
class  KeywordRunner
 
class  NoLimit
 
class  TryRunner
 
class  WhileLimit
 
class  WhileRunner
 

Functions

def ForRunner (context, flavor='IN', run=True, templated=False)
 

Variables

int DEFAULT_WHILE_LIMIT = 10_000
 

Function Documentation

◆ ForRunner()

def robot.running.bodyrunner.ForRunner (   context,
  flavor = 'IN',
  run = True,
  templated = False 
)

Definition at line 78 of file bodyrunner.py.

Variable Documentation

◆ DEFAULT_WHILE_LIMIT

int robot.running.bodyrunner.DEFAULT_WHILE_LIMIT = 10_000

Definition at line 35 of file bodyrunner.py.