the parser should now be possible to ignore single opening parentheses

This commit is contained in:
David Halter
2012-04-09 17:44:35 +02:00
parent 1c8438cc00
commit b8f6f2267b
5 changed files with 60 additions and 21 deletions

View File

@@ -3,6 +3,8 @@ follow_statement -> follow_call -> follow_paths -> follow_path
'follow_import'
`get_names_for_scope` and `get_scopes_for_name` are search functions
TODO include super classes
"""
import itertools