triqs.utility.redirect.T
Methods
|
This constructor should always be called with keyword arguments. |
|
Return a string used for identification purposes only. |
|
Return whether this thread is a daemon. |
|
Return whether the thread is alive. |
|
Wait until the thread terminates. |
|
Method representing the thread's activity. |
|
Set whether this thread is a daemon. |
|
Set the name string for this thread. |
|
Start the thread's activity. |
|
Attributes
A boolean value indicating whether this thread is a daemon thread. |
|
Thread identifier of this thread or None if it has not been started. |
|
A string used for identification purposes only. |
|
Native integral thread ID of this thread, or None if it has not been started. |