__init__ (
self,
parent=None,
tree=None,
name='<string>',
fileName=None,
commentInfo={},
)
Initialize the info extractor.
Parameters:
- tree
parse tree from which to extract information
- name
name of the module
- fileName
name of the file containing the module
- commentInfo
comments extracted from the file
|