Searched refs:split_quoted (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/distutils/ |
D | extension.py | 148 from distutils.util import split_quoted 173 words = split_quoted(line)
|
D | ccompiler.py | 12 from distutils.util import split_quoted, execute 155 setattr(self, key, split_quoted(value))
|
D | util.py | 228 def split_quoted (s): function
|
/third_party/python/Lib/distutils/tests/ |
D | test_util.py | 11 check_environ, split_quoted, strtobool, 269 self.assertEqual(split_quoted('""one"" "two" \'three\' \\four'),
|
/third_party/python/Doc/distutils/ |
D | apiref.rst | 578 :func:`distutils.util.split_quoted`.) 1206 .. function:: split_quoted(s)
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 670 -from distutils.util import split_quoted, execute 671 +from distutils.util import split_quoted, execute, get_platform
|