Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
subprocess.py File Reference

Go to the source code of this file.

Namespaces

namespace  pip
 
namespace  pip._internal
 
namespace  pip._internal.utils
 
namespace  pip._internal.utils.subprocess
 

Functions

CommandArgs make_command (*Union[str, HiddenText, CommandArgs] args)
 
str format_command_args (Union[List[str], CommandArgs] args)
 
List[str] reveal_command_args (Union[List[str], CommandArgs] args)
 
str call_subprocess (Union[List[str], CommandArgs] cmd, bool show_stdout=False, Optional[str] cwd=None, 'Literal["raise", "warn", "ignore"]' on_returncode="raise", Optional[Iterable[int]] extra_ok_returncodes=None, Optional[Mapping[str, Any]] extra_environ=None, Optional[Iterable[str]] unset_environ=None, Optional[SpinnerInterface] spinner=None, Optional[bool] log_failed_cmd=True, Optional[bool] stdout_only=False, *str command_desc)
 
Callable[..., Nonerunner_with_spinner_message (str message)
 

Variables

 CommandArgs = List[Union[str, HiddenText]]