mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-07 00:23:59 +08:00
Change some more tests for typeshed
This commit is contained in:
@@ -25,7 +25,7 @@ next(reversed(yielder()))
|
||||
#?
|
||||
next(reversed())
|
||||
|
||||
#? str() bytes()
|
||||
#? str()
|
||||
next(open(''))
|
||||
|
||||
#? int()
|
||||
@@ -91,7 +91,7 @@ os._T
|
||||
|
||||
with open('foo') as f:
|
||||
for line in f.readlines():
|
||||
#? str() bytes()
|
||||
#? bytes()
|
||||
line
|
||||
# -----------------
|
||||
# enumerate
|
||||
|
||||
Reference in New Issue
Block a user