mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-02 06:00:24 +08:00
Add missing defaults to third-party stubs (#14617)
This commit is contained in:
@@ -9,7 +9,7 @@ class FileList:
|
||||
files: list[str]
|
||||
def __init__(self, warn: Unused = None, debug_print: Unused = None) -> None: ...
|
||||
def set_allfiles(self, allfiles: Iterable[str]) -> None: ...
|
||||
def findall(self, dir: StrPath = ...) -> None: ...
|
||||
def findall(self, dir: StrPath = ".") -> None: ...
|
||||
def debug_print(self, msg: object) -> None: ...
|
||||
def append(self, item: str) -> None: ...
|
||||
def extend(self, items: Iterable[str]) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user