Searched refs:_candidate_tempdir_list (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dtempfile.py140 def _candidate_tempdir_list(): function
178 dirlist = _candidate_tempdir_list()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_tempfile.py133 """Test the internal function _candidate_tempdir_list."""
136 # _candidate_tempdir_list returns a nonempty list of strings
138 cand = tempfile._candidate_tempdir_list()
145 # _candidate_tempdir_list contains the expected directories
154 cand = tempfile._candidate_tempdir_list()

Completed in 40 milliseconds