Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dtempfile.py229 def _get_candidate_names(): function
247 names = _get_candidate_names()
375 names = _get_candidate_names()
421 names = _get_candidate_names()
/third_party/python/Lib/test/
H A Dtest_tempfile.py303 """Test the internal function _get_candidate_names."""
306 # _get_candidate_names returns a _RandomNameSequence object
307 obj = tempfile._get_candidate_names()
311 # _get_candidate_names always returns the same object
312 a = tempfile._get_candidate_names()
313 b = tempfile._get_candidate_names()
330 '_get_candidate_names',

Completed in 5 milliseconds