mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 04:41:30 +08:00
missing one
This commit is contained in:
@@ -21,7 +21,7 @@ def isstdin() -> bool: ...
|
||||
class FileInput(Iterable):
|
||||
def __init__(
|
||||
self,
|
||||
files=None,
|
||||
files=List[str],
|
||||
inplace: bool=...,
|
||||
backup: str=...,
|
||||
bufsize: int=...,
|
||||
|
||||
Reference in New Issue
Block a user