Home
last modified time | relevance | path

Searched refs:_get_candidate_names (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dtempfile.py221 def _get_candidate_names(): function
238 names = _get_candidate_names()
333 names = _get_candidate_names()
373 names = _get_candidate_names()
/external/python/cpython3/Lib/
Dtempfile.py233 def _get_candidate_names(): function
250 names = _get_candidate_names()
358 names = _get_candidate_names()
403 names = _get_candidate_names()
/external/python/cpython2/Lib/test/
Dtest_tempfile.py267 obj = tempfile._get_candidate_names()
272 a = tempfile._get_candidate_names()
273 b = tempfile._get_candidate_names()
/external/python/cpython3/Lib/test/
Dtest_tempfile.py299 obj = tempfile._get_candidate_names()
304 a = tempfile._get_candidate_names()
305 b = tempfile._get_candidate_names()