mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
list(open().read()) should work now, fixes #412.
This commit is contained in:
@@ -143,6 +143,9 @@ ret()[0]
|
||||
with open('') as f:
|
||||
#? ['closed']
|
||||
f.closed
|
||||
for line in f:
|
||||
#? str()
|
||||
line
|
||||
|
||||
with open('') as f1, open('') as f2:
|
||||
#? ['closed']
|
||||
|
||||
Reference in New Issue
Block a user