mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
committed by
Jelle Zijlstra
parent
1e8b953182
commit
0c2249fbd6
@@ -373,6 +373,10 @@ class StreamHandler(Handler):
|
||||
|
||||
|
||||
class FileHandler(Handler):
|
||||
baseFilename = ... # type: str
|
||||
mode = ... # type: str
|
||||
encoding = ... # type: Optional[str]
|
||||
delay = ... # type: bool
|
||||
def __init__(self, filename: str, mode: str = ...,
|
||||
encoding: Optional[str] = ..., delay: bool = ...) -> None: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user