Robot Framework
robot.utils.restreader.RobotDataStorage Class Reference

Public Member Functions

def __init__ (self, doctree)
 
def add_data (self, rows)
 
def get_data (self)
 
def has_data (self)
 

Private Attributes

 _robot_data
 

Detailed Description

Definition at line 32 of file restreader.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.utils.restreader.RobotDataStorage.__init__ (   self,
  doctree 
)

Definition at line 34 of file restreader.py.

Member Function Documentation

◆ add_data()

def robot.utils.restreader.RobotDataStorage.add_data (   self,
  rows 
)

Definition at line 39 of file restreader.py.

◆ get_data()

def robot.utils.restreader.RobotDataStorage.get_data (   self)

Definition at line 42 of file restreader.py.

◆ has_data()

def robot.utils.restreader.RobotDataStorage.has_data (   self)

Definition at line 45 of file restreader.py.

Member Data Documentation

◆ _robot_data

robot.utils.restreader.RobotDataStorage._robot_data
private

Definition at line 37 of file restreader.py.


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