Searched refs:CommandSpec (Results 1 – 3 of 3) sorted by relevance
67 header = ei.CommandSpec.best().from_environment().as_header()723 cmd = ei.CommandSpec(['/usr/bin/env', 'python3'])730 cmd = ei.CommandSpec(['python'])731 cmd_new = ei.CommandSpec.from_param(cmd)738 cmd = ei.CommandSpec.from_environment()747 cmd = ei.CommandSpec.from_param('/usr/bin/env my-python')
1961 class CommandSpec(list): class2040 CommandSpec._strip_quotes(item.strip()) for item in items)2045 sys_executable = CommandSpec._sys_executable()2048 class WindowsCommandSpec(CommandSpec):2072 command_spec_class = CommandSpec
1728 compatibility. For the future, tools should construct a CommandSpec