mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-18 19:45: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())
|
||||
|
||||
#? str()
|
||||
#? str() bytes()
|
||||
next(open(''))
|
||||
|
||||
#? int()
|
||||
|
||||
Reference in New Issue
Block a user