Home
last modified time | relevance | path

Searched refs:_get_candidate_names (Results 1 – 3 of 3) 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/cpython2/Lib/test/
Dtest_tempfile.py261 obj = tempfile._get_candidate_names()
266 a = tempfile._get_candidate_names()
267 b = tempfile._get_candidate_names()
/external/devlib/devlib/
Dtarget.py450 names = tempfile._get_candidate_names() # pylint: disable=W0212