Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.parsing.comments.Comments Class Reference

Public Member Functions

def __init__ (self)
 
def add (self, row)
 

Properties

 value = property
 

Private Member Functions

def value (self)
 

Private Attributes

 _comments
 

Detailed Description

Definition at line 34 of file comments.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.lib.robot.parsing.comments.Comments.__init__ (   self)

Definition at line 36 of file comments.py.

Member Function Documentation

◆ add()

def robotide.lib.robot.parsing.comments.Comments.add (   self,
  row 
)

Definition at line 39 of file comments.py.

◆ value()

def robotide.lib.robot.parsing.comments.Comments.value (   self)
private

Definition at line 46 of file comments.py.

Member Data Documentation

◆ _comments

robotide.lib.robot.parsing.comments.Comments._comments
private

Definition at line 37 of file comments.py.

Property Documentation

◆ value

robotide.lib.robot.parsing.comments.Comments.value = property
static

Definition at line 44 of file comments.py.


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