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

Public Member Functions

def __init__ (self)
 
def add (self, comment)
 
def consume_with (self, function)
 

Private Attributes

 _comments
 

Detailed Description

Definition at line 19 of file comments.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 21 of file comments.py.

Member Function Documentation

◆ add()

def robotide.lib.robot.parsing.comments.CommentCache.add (   self,
  comment 
)

Definition at line 24 of file comments.py.

◆ consume_with()

def robotide.lib.robot.parsing.comments.CommentCache.consume_with (   self,
  function 
)

Definition at line 27 of file comments.py.

Member Data Documentation

◆ _comments

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

Definition at line 22 of file comments.py.


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