annotate python/c3/analyse.py @ 161:956f8e5ee48a

Improvements to code edit
author Windel Bouwman
date Sat, 09 Mar 2013 15:52:55 +0100
parents 4ae0e02599de
children 8104fc8b5e90
rev   line source
150
4ae0e02599de Added type check start and analyze phase
Windel Bouwman
parents:
diff changeset
1
4ae0e02599de Added type check start and analyze phase
Windel Bouwman
parents:
diff changeset
2 class Analyzer:
4ae0e02599de Added type check start and analyze phase
Windel Bouwman
parents:
diff changeset
3 def __init__(self, diag):
4ae0e02599de Added type check start and analyze phase
Windel Bouwman
parents:
diff changeset
4 self.diag = diag
4ae0e02599de Added type check start and analyze phase
Windel Bouwman
parents:
diff changeset
5