OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_newname
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Lib/
threading.py
620
def
_newname
(template="Thread-%d"):
function
675
self.__name = str(name or
_newname
())
[
all
...]
/external/python/cpython3/Lib/
threading.py
728
def
_newname
(template="Thread-%d"):
function
785
self._name = str(name or
_newname
())
[
all
...]
Completed in 1412 milliseconds