forked from VimPlug/jedi
open returns str and bytes now with typeshed
This commit is contained in:
@@ -25,7 +25,7 @@ next(reversed(yielder()))
|
||||
#?
|
||||
next(reversed())
|
||||
|
||||
#? str()
|
||||
#? str() bytes()
|
||||
next(open(''))
|
||||
|
||||
#? int()
|
||||
|
||||
Reference in New Issue
Block a user