mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 01:53:24 +08:00
committed by
Jelle Zijlstra
parent
b209a649a0
commit
0386f3daec
@@ -175,7 +175,7 @@ class TextIOWrapper(_TextIOBase):
|
||||
write_through: bool = ...) -> None: ...
|
||||
|
||||
def open(file: Union[str, unicode, int],
|
||||
mode: unicode = ...,
|
||||
mode: Text = ...,
|
||||
buffering: int = ...,
|
||||
encoding: Optional[Text] = ...,
|
||||
errors: Optional[Text] = ...,
|
||||
|
||||
Reference in New Issue
Block a user