mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 09:48:40 +08:00
Third-party stubs: audit Callable[<parameters>, None] annotations (#8175)
This commit is contained in:
@@ -27,7 +27,7 @@ def path_advance(thepath: str, sep: str = ...) -> Iterator[str]: ...
|
||||
def path_retreat(thepath: str, sep: str = ...) -> Iterator[str]: ...
|
||||
def reparent(newparent: str, oldpath: str) -> str: ...
|
||||
|
||||
_PathCallback: TypeAlias = Callable[[str], None]
|
||||
_PathCallback: TypeAlias = Callable[[str], object]
|
||||
|
||||
def walktree(
|
||||
localpath: str, fcallback: _PathCallback, dcallback: _PathCallback, ucallback: _PathCallback, recurse: bool = ...
|
||||
|
||||
Reference in New Issue
Block a user