Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_subprocess.py1471 class CommandsWithSpaces (BaseTestCase): class
1474 super(CommandsWithSpaces, self).setUp()
1484 super(CommandsWithSpaces, self).tearDown()
1519 CommandsWithSpaces)
/external/python/cpython3/Lib/test/
Dtest_subprocess.py3182 class CommandsWithSpaces (BaseTestCase): class