package Synopsis.Parsers.Python.Python
class Parser
Parser-inheritance
Python Parser. See http://www.python.org/dev/peps/pep-0258 for additional info.
Class attributes Summary:
source code
source code
source code
source code
Methods Summary:
  process(self, ir, * * kwds)
references
source code
  process_file(self, filename, base_path)
references
source code
Parse an individual python file.
Methods Details:
  process_file(self, filename, base_path)
references
source code
Parse an individual python file.