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

Public Member Functions

def __init__ (self, comment_data)
 
def __len__ (self)
 
def as_list (self)
 

Private Member Functions

def _not_commented (self)
 

Private Attributes

 _comment
 

Detailed Description

Definition at line 50 of file comments.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.lib.robot.parsing.comments.Comment.__init__ (   self,
  comment_data 
)

Definition at line 52 of file comments.py.

Member Function Documentation

◆ __len__()

def robotide.lib.robot.parsing.comments.Comment.__len__ (   self)

Definition at line 58 of file comments.py.

◆ _not_commented()

def robotide.lib.robot.parsing.comments.Comment._not_commented (   self)
private

Definition at line 66 of file comments.py.

◆ as_list()

def robotide.lib.robot.parsing.comments.Comment.as_list (   self)

Definition at line 61 of file comments.py.

Member Data Documentation

◆ _comment

robotide.lib.robot.parsing.comments.Comment._comment
private

Definition at line 55 of file comments.py.


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