OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_get_candidate_names
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py
256
"""Test the internal function
_get_candidate_names
."""
259
#
_get_candidate_names
returns a _RandomNameSequence object
260
obj = tempfile.
_get_candidate_names
()
264
#
_get_candidate_names
always returns the same object
265
a = tempfile.
_get_candidate_names
()
266
b = tempfile.
_get_candidate_names
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py
256
"""Test the internal function
_get_candidate_names
."""
259
#
_get_candidate_names
returns a _RandomNameSequence object
260
obj = tempfile.
_get_candidate_names
()
264
#
_get_candidate_names
always returns the same object
265
a = tempfile.
_get_candidate_names
()
266
b = tempfile.
_get_candidate_names
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py
216
def
_get_candidate_names
():
function
233
names =
_get_candidate_names
()
323
names =
_get_candidate_names
()
358
names =
_get_candidate_names
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py
216
def
_get_candidate_names
():
function
233
names =
_get_candidate_names
()
323
names =
_get_candidate_names
()
358
names =
_get_candidate_names
()
Completed in 254 milliseconds