threading.main_thread()
Return the main Thread
object. In normal conditions, the main thread is the thread from which the Python interpreter was started.
New in version 3.4.
threading.main_thread()
Return the main Thread
object. In normal conditions, the main thread is the thread from which the Python interpreter was started.
New in version 3.4.
Please login to continue.