Home
last modified time | relevance | path

Searched defs:TESTCWD (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
Dregrtest.py1670 TESTCWD = 'test_python_{}'.format(os.getpid()) variable
1672 TESTCWD = os.path.join(TEMPDIR, TESTCWD) variable