view python/c3/analyse.py @ 150:4ae0e02599de

Added type check start and analyze phase
author Windel Bouwman
date Fri, 01 Mar 2013 16:53:22 +0100
parents
children 8104fc8b5e90
line wrap: on
line source


class Analyzer:
   def __init__(self, diag):
      self.diag = diag