forked from VimPlug/jedi
Refactor execute_operation a bit
This commit is contained in:
@@ -56,6 +56,12 @@ a
|
||||
(3 ** 3)
|
||||
#? int() str()
|
||||
(3 ** 'a')
|
||||
#? int() str()
|
||||
(3 + 'a')
|
||||
#? bool()
|
||||
(3 == 'a')
|
||||
#? bool()
|
||||
(3 >= 'a')
|
||||
|
||||
class X():
|
||||
foo = 2
|
||||
|
||||
Reference in New Issue
Block a user