Robot Framework
robot.running.bodyrunner.IterationCountLimit Class Reference
Inheritance diagram for robot.running.bodyrunner.IterationCountLimit:
robot.running.bodyrunner.WhileLimit

Public Member Functions

def __enter__ (self)
 
def __init__ (self, max_iterations)
 
def __str__ (self)
 
- Public Member Functions inherited from robot.running.bodyrunner.WhileLimit
def __exit__ (self, exc_type, exc_val, exc_tb)
 
def create (cls, limit, variables)
 
def limit_exceeded (self)
 

Public Attributes

 current_iterations
 
 max_iterations
 

Detailed Description

Definition at line 652 of file bodyrunner.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.running.bodyrunner.IterationCountLimit.__init__ (   self,
  max_iterations 
)

Definition at line 654 of file bodyrunner.py.

Member Function Documentation

◆ __enter__()

def robot.running.bodyrunner.IterationCountLimit.__enter__ (   self)

Reimplemented from robot.running.bodyrunner.WhileLimit.

Definition at line 658 of file bodyrunner.py.

◆ __str__()

def robot.running.bodyrunner.IterationCountLimit.__str__ (   self)

Definition at line 663 of file bodyrunner.py.

Member Data Documentation

◆ current_iterations

robot.running.bodyrunner.IterationCountLimit.current_iterations

Definition at line 656 of file bodyrunner.py.

◆ max_iterations

robot.running.bodyrunner.IterationCountLimit.max_iterations

Definition at line 655 of file bodyrunner.py.


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