mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
prints deleted
This commit is contained in:
@@ -852,7 +852,6 @@ def follow_path(path, scope, position=None):
|
|||||||
if isinstance(current, parsing.Array):
|
if isinstance(current, parsing.Array):
|
||||||
# this must be an execution, either () or []
|
# this must be an execution, either () or []
|
||||||
if current.type == parsing.Array.LIST:
|
if current.type == parsing.Array.LIST:
|
||||||
print 'cur', current, scope
|
|
||||||
result = scope.get_index_types(current)
|
result = scope.get_index_types(current)
|
||||||
elif current.type not in [parsing.Array.DICT]:
|
elif current.type not in [parsing.Array.DICT]:
|
||||||
# scope must be a class or func - make an instance or execution
|
# scope must be a class or func - make an instance or execution
|
||||||
|
|||||||
Reference in New Issue
Block a user