mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Add stub for shutil.which (#592)
This commit is contained in:
committed by
Guido van Rossum
parent
cac07d6dea
commit
490b34649f
@@ -44,3 +44,5 @@ def register_unpack_format(name: str, extensions: List[str], function: Any,
|
||||
description: str = ...) -> None: ...
|
||||
def unregister_unpack_format(name: str) -> None: ...
|
||||
def get_unpack_formats() -> List[Tuple[str, List[str], str]]: ...
|
||||
|
||||
def which(cmd: str, mode: int = ..., path: str = ...): ...
|
||||
|
||||
Reference in New Issue
Block a user