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())
|
next(reversed())
|
||||||
|
|
||||||
#? str()
|
#? str() bytes()
|
||||||
next(open(''))
|
next(open(''))
|
||||||
|
|
||||||
#? int()
|
#? int()
|
||||||
|
|||||||
Reference in New Issue
Block a user