Home
last modified time | relevance | path

Searched refs:SAVEDCWD (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/test/libregrtest/
Dwin_utils.py74 cwd=os_helper.SAVEDCWD)
Drefleak.py67 fname = os.path.join(os_helper.SAVEDCWD, fname)
Dcmdline.py328 return os.path.join(os_helper.SAVEDCWD, string)
Dmain.py220 with open(os.path.join(os_helper.SAVEDCWD, self.ns.fromfile)) as fp:
581 xmlpath = os.path.join(os_helper.SAVEDCWD, self.ns.xmlpath)
Druntest_mp.py76 cwd=os_helper.SAVEDCWD,
/third_party/python/Lib/test/support/
Dos_helper.py115 SAVEDCWD = os.getcwd() variable
/third_party/python/Lib/test/
Dtest_regrtest.py242 self.assertEqual(ns.testdir, os.path.join(os_helper.SAVEDCWD, 'foo'))
289 os.path.join(os_helper.SAVEDCWD, 'foo'))
/third_party/python/Doc/library/
Dtest.rst1296 .. data:: SAVEDCWD
/third_party/python/Misc/
DHISTORY14489 original CWD is saved in `support.SAVEDCWD`. Thanks to Florent Xicluna who