Robot Framework
robot.running.bodyrunner.KeywordRunner Class Reference

Public Member Functions

def __init__ (self, context, run=True)
 
def run (self, step, name=None)
 

Private Attributes

 _context
 
 _run
 

Detailed Description

Definition at line 64 of file bodyrunner.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.running.bodyrunner.KeywordRunner.__init__ (   self,
  context,
  run = True 
)

Definition at line 66 of file bodyrunner.py.

Member Function Documentation

◆ run()

def robot.running.bodyrunner.KeywordRunner.run (   self,
  step,
  name = None 
)

Definition at line 70 of file bodyrunner.py.

Member Data Documentation

◆ _context

robot.running.bodyrunner.KeywordRunner._context
private

Definition at line 67 of file bodyrunner.py.

◆ _run

robot.running.bodyrunner.KeywordRunner._run
private

Definition at line 68 of file bodyrunner.py.


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