mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
3 lines
187 B
Python
3 lines
187 B
Python
def spawn(cmd: list[str], search_path: bool = ..., verbose: bool = ..., dry_run: bool = ...) -> None: ...
|
|
def find_executable(executable: str, path: str | None = None) -> str | None: ...
|