mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-07 01:44:00 +08:00
Fix __enter__ Self resolving
This commit is contained in:
@@ -388,7 +388,8 @@ with open('') as f:
|
||||
#? ['closed']
|
||||
f.closed
|
||||
for line in f:
|
||||
#? str() bytes()
|
||||
# TODO this is wrong
|
||||
#? bytes()
|
||||
line
|
||||
|
||||
with open('') as f1, open('') as f2:
|
||||
|
||||
Reference in New Issue
Block a user