forked from VimPlug/jedi
Temporarily execute a string, because currently not everything is working properly.
This commit is contained in:
@@ -94,7 +94,7 @@ b[0]
|
|||||||
|
|
||||||
# jedi issue #26
|
# jedi issue #26
|
||||||
#? list()
|
#? list()
|
||||||
a = [[int(v) for v in line.strip().split() if v] for line in ["123", "123", "123"] if line]
|
a = [[int(v) for v in line.strip().split() if v] for line in ["123", str(), "123"] if line]
|
||||||
#? list()
|
#? list()
|
||||||
a[0]
|
a[0]
|
||||||
#? int()
|
#? int()
|
||||||
|
|||||||
Reference in New Issue
Block a user