mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
added import tests
This commit is contained in:
@@ -6,6 +6,7 @@ follow_statement -> follow_call -> follow_paths -> follow_path
|
||||
|
||||
TODO include super classes
|
||||
"""
|
||||
|
||||
# python2.5 compatibility
|
||||
try:
|
||||
next
|
||||
@@ -138,7 +139,6 @@ class ArrayElement(object):
|
||||
@property
|
||||
def parent(self):
|
||||
raise NotImplementedError("This shouldn't happen")
|
||||
return
|
||||
|
||||
@property
|
||||
def returns(self):
|
||||
|
||||
Reference in New Issue
Block a user