mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Changed is_node so it can actually deal with InstanceElements.
This commit is contained in:
@@ -327,9 +327,10 @@ except ImportError as i_a:
|
||||
try:
|
||||
import math
|
||||
except ImportError, i_b:
|
||||
#? ['i_b']
|
||||
# TODO check this only in Python2
|
||||
##? ['i_b']
|
||||
i_b
|
||||
#? ImportError()
|
||||
##? ImportError()
|
||||
i_b
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user