Searched refs:nt_quote_arg (Results 1 – 3 of 3) sorted by relevance
23 from setuptools.command.easy_install import nt_quote_arg32 python_exe = nt_quote_arg(sys.executable)
694 expected = '#!%s\n' % ei.nt_quote_arg(os.path.normpath(sys.executable))699 expected = '#!%s -x\n' % ei.nt_quote_arg(os.path.normpath
1926 def nt_quote_arg(arg): function