mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-21 17:18:30 +08:00
Bump pyinstaller to 6.3.* (#11175)
This commit is contained in:
@@ -58,9 +58,6 @@ def exec_command(
|
||||
*cmdargs: str, encoding: str | None = None, raise_enoent: bool | None = None, **kwargs: int | bool | Iterable[int] | None
|
||||
) -> str: ...
|
||||
def exec_command_rc(*cmdargs: str, **kwargs: float | bool | Iterable[int] | None) -> int: ...
|
||||
def exec_command_stdout(
|
||||
*command_args: str, encoding: str | None = None, **kwargs: float | str | bytes | bool | Iterable[int] | None
|
||||
) -> str: ...
|
||||
def exec_command_all(
|
||||
*cmdargs: str, encoding: str | None = None, **kwargs: int | bool | Iterable[int] | None
|
||||
) -> tuple[int, str, str]: ...
|
||||
|
||||
Reference in New Issue
Block a user