Home
last modified time | relevance | path

Searched refs:isDaemon (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/
Dthreading.py1199 def isDaemon(self): member in Thread
/third_party/python/Lib/test/
Dtest_threading.py469 t.isDaemon()
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst1038 - ``Thread.isDaemon`` => :attr:`threading.Thread.daemon`
/third_party/python/Doc/library/
Dthreading.rst440 .. method:: isDaemon()
/third_party/python/Doc/whatsnew/
D3.10.rst1725 * ``threading.Thread.isDaemon`` => :attr:`threading.Thread.daemon`
D2.6.rst2538 :meth:`isDaemon` methods, and some methods have been renamed to use