Home
last modified time | relevance | path

Searched refs:_nt_quote_args (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_spawn.py7 from distutils.spawn import _nt_quote_args
22 res = _nt_quote_args(args)
/external/python/cpython2/Lib/distutils/
Dspawn.py47 def _nt_quote_args(args): function
65 cmd = _nt_quote_args(cmd)