forked from VimPlug/jedi
Power operation was not implemented before.
This commit is contained in:
@@ -48,6 +48,14 @@ a = 3 * "a"
|
||||
#? str()
|
||||
a
|
||||
|
||||
a = 3 * "a"
|
||||
#? str()
|
||||
a
|
||||
|
||||
#? int()
|
||||
(3 ** 3)
|
||||
#? int() str()
|
||||
(3 ** 'a')
|
||||
|
||||
# -----------------
|
||||
# assignments
|
||||
|
||||
Reference in New Issue
Block a user