Home
last modified time | relevance | path

Searched refs:split_quoted (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/distutils/
Dextension.py148 from distutils.util import split_quoted
173 words = split_quoted(line)
Dccompiler.py12 from distutils.util import split_quoted, execute
155 setattr(self, key, split_quoted(value))
Dutil.py228 def split_quoted (s): function
/third_party/python/Lib/distutils/tests/
Dtest_util.py11 check_environ, split_quoted, strtobool,
269 self.assertEqual(split_quoted('""one"" "two" \'three\' \\four'),
/third_party/python/Doc/distutils/
Dapiref.rst578 :func:`distutils.util.split_quoted`.)
1206 .. function:: split_quoted(s)
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch670 -from distutils.util import split_quoted, execute
671 +from distutils.util import split_quoted, execute, get_platform