1
0
forked from VimPlug/jedi

Power operation was not implemented before.

This commit is contained in:
Dave Halter
2015-11-20 18:26:39 +01:00
parent 030131d705
commit 8d65129a19
2 changed files with 11 additions and 1 deletions

View File

@@ -48,6 +48,14 @@ a = 3 * "a"
#? str()
a
a = 3 * "a"
#? str()
a
#? int()
(3 ** 3)
#? int() str()
(3 ** 'a')
# -----------------
# assignments