Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/tests/
Dtest_windows_wrappers.py23 from setuptools.command.easy_install import nt_quote_arg
32 python_exe = nt_quote_arg(sys.executable)
Dtest_easy_install.py694 expected = '#!%s\n' % ei.nt_quote_arg(os.path.normpath(sys.executable))
699 expected = '#!%s -x\n' % ei.nt_quote_arg(os.path.normpath
/external/python/setuptools/setuptools/command/
Deasy_install.py1926 def nt_quote_arg(arg): function