forked from VimPlug/jedi
Evaluate constraints instead of Any
This commit is contained in:
@@ -300,7 +300,7 @@ with open('') as f:
|
||||
#? ['closed']
|
||||
f.closed
|
||||
for line in f:
|
||||
#? str()
|
||||
#? str() bytes()
|
||||
line
|
||||
|
||||
with open('') as f1, open('') as f2:
|
||||
|
||||
Reference in New Issue
Block a user