Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/tests/
Dtest_spawn.py10 from distutils.spawn import _nt_quote_args
25 res = _nt_quote_args(args)
/external/python/cpython3/Lib/distutils/tests/
Dtest_spawn.py11 from distutils.spawn import _nt_quote_args
26 res = _nt_quote_args(args)
/external/python/cpython3/Lib/distutils/
Dspawn.py43 def _nt_quote_args(args): function
61 cmd = _nt_quote_args(cmd)
/external/python/cpython2/Lib/distutils/
Dspawn.py47 def _nt_quote_args(args): function
65 cmd = _nt_quote_args(cmd)