mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-10 07:41:51 +08:00
Fix a wrong branch check, fixes #1128
This commit is contained in:
@@ -29,6 +29,10 @@ finally:
|
||||
x
|
||||
x = tuple
|
||||
|
||||
if False:
|
||||
with open("") as defined_in_false:
|
||||
#? ['seekable']
|
||||
defined_in_false.seekab
|
||||
|
||||
# -----------------
|
||||
# Return checks
|
||||
|
||||
Reference in New Issue
Block a user