mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-01 01:33:21 +08:00
Also support the not operator.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user