Home
last modified time | relevance | path

Searched refs:CommandSpec (Results 1 – 3 of 3) sorted by relevance

/external/python/setuptools/setuptools/tests/
Dtest_easy_install.py67 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')
/external/python/setuptools/setuptools/command/
Deasy_install.py1961 class CommandSpec(list): class
2040 CommandSpec._strip_quotes(item.strip()) for item in items)
2045 sys_executable = CommandSpec._sys_executable()
2048 class WindowsCommandSpec(CommandSpec):
2072 command_spec_class = CommandSpec
/external/python/setuptools/
DCHANGES.rst1728 compatibility. For the future, tools should construct a CommandSpec