module Synopsis.Parsers.IDL.idlast
class Comment
Class containing information about a comment Functions: text() -- text of the comment __str__() -- same as text() file() -- file containing the comment line() -- line number in file
-Attributes
source code
source code
source code
-Methods
  __init__(self, text, file, line)
references
source code
  text(self)
references
source code
  __str__(self)
references
source code
  file(self)
references
source code
  line(self)
references
source code