mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-19 03:55:57 +08:00
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