1
0
forked from VimPlug/jedi

Support inferring not expr to bool (#2016)

* support inferring some not expr

* format

---------

Co-authored-by: wutingjia <wutingjia@bytedance.com>
This commit is contained in:
WutingjiaX
2024-07-12 20:58:39 +08:00
committed by GitHub
parent 8ee4c26ae4
commit 2859e4f409
2 changed files with 8 additions and 6 deletions

View File

@@ -431,3 +431,6 @@ some_array[some_not_defined_index].upper
#? bool()
res = 'f' in 'foo'; res
#? bool()
res = not {}; res