Public Member Functions | |
| def | __init__ (self) |
| def | add (self, comment) |
| def | consume_with (self, function) |
Private Attributes | |
| _comments | |
Definition at line 19 of file comments.py.
| def robotide.lib.robot.parsing.comments.CommentCache.__init__ | ( | self | ) |
Definition at line 21 of file comments.py.
| def robotide.lib.robot.parsing.comments.CommentCache.add | ( | self, | |
| comment | |||
| ) |
Definition at line 24 of file comments.py.
| def robotide.lib.robot.parsing.comments.CommentCache.consume_with | ( | self, | |
| function | |||
| ) |
Definition at line 27 of file comments.py.
|
private |
Definition at line 22 of file comments.py.