1
0
forked from VimPlug/jedi

Also support the not operator.

This commit is contained in:
Dave Halter
2014-08-12 18:09:59 +02:00
parent 8ed89e8245
commit eeac77d360
2 changed files with 11 additions and 4 deletions

View File

@@ -117,9 +117,9 @@ else:
a = dict
#? dict
a
if (check is not check):
if not (check is not check):
a = 1
#? dict
#? int()
a