Robot Framework
robot.running.bodyrunner.BodyRunner Class Reference

Public Member Functions

def __init__ (self, context, run=True, templated=False)
 
def run (self, body)
 

Private Attributes

 _context
 
 _run
 
 _templated
 

Detailed Description

Definition at line 38 of file bodyrunner.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.running.bodyrunner.BodyRunner.__init__ (   self,
  context,
  run = True,
  templated = False 
)

Definition at line 40 of file bodyrunner.py.

Member Function Documentation

◆ run()

def robot.running.bodyrunner.BodyRunner.run (   self,
  body 
)

Definition at line 45 of file bodyrunner.py.

Member Data Documentation

◆ _context

robot.running.bodyrunner.BodyRunner._context
private

Definition at line 41 of file bodyrunner.py.

◆ _run

robot.running.bodyrunner.BodyRunner._run
private

Definition at line 42 of file bodyrunner.py.

◆ _templated

robot.running.bodyrunner.BodyRunner._templated
private

Definition at line 43 of file bodyrunner.py.


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