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