mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 17:13:24 +08:00
files type
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from typing import Iterable, BinaryIO
|
||||
from typing import Iterable, BinaryIO, List
|
||||
|
||||
|
||||
def input(
|
||||
files=None,
|
||||
files=List[str],
|
||||
inplace: bool=...,
|
||||
backup: str=...,
|
||||
bufsize: int=...,
|
||||
|
||||
Reference in New Issue
Block a user