module Synopsis.SourceFile
class SourceFile
The information about a file that the ASG was generated from. Contains filename, all declarations from this file (even nested ones) and includes (aka imports) from this file.
-Attributes
source code
The filename.
source code
The absolute filename.
source code
Dictionary with file annotations.
source code
List of includes this file contains.
source code
List of declarations this file contains.
source code
List of macro calls this file contains.
-Methods
  __init__(self, name, abs_name, language, primary = False)
references
source code
Constructor