class Module
Module declaration (Decl, DeclRepoId)
Functions:
definitions() -- list of Decl objects declared within this module.
continuations() -- list containing continuations of this module.
When modules are re-opened, multiple Module
objects with the same name appear in the
enclosing Module or AST object. In case it's
useful, the first Module object for a particular
module has a list containing continuations of
that module. You will probably not have any use
for this.
Methods Summary:
__init__(
self,
file,
line,
mainFile,
pragmas,
comments,
identifier,
scopedName,
repoId,
definitions)
Generated on Thu Apr 16 16:27:03 2009 by
synopsis (version devel)