mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
the parser should now be possible to ignore single opening parentheses
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user