1
0
forked from VimPlug/jedi

Evaluate constraints instead of Any

This commit is contained in:
Dave Halter
2018-09-06 00:59:42 +02:00
parent 9cbf20aa48
commit 4730c71b16
2 changed files with 16 additions and 2 deletions

View File

@@ -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: