Table of Contents
select
threading
thread
dummy_threading
dummy_threading.BoundedSemaphore()
dummy_threading.Condition()
dummy_threading.Event()
dummy_threading.Lock()
dummy_threading.RLock()
dummy_threading.Semaphore()
dummy_threading.Timer()
dummy_threading.activeCount()
dummy_threading.active_count()
dummy_threading.currentThread()
dummy_threading.current_thread()
dummy_threading.enumerate()
dummy_threading.setprofile()
dummy_threading.settrace()
dummy_threading.stack_size()
dummy_thread
multiprocessing
mmap
readline
rlcompleter
dummy_threading.
currentThread
Return the current Thread object, corresponding to the caller’s thread of control.
If the caller’s thread of control was not created through the threading module, a dummy thread object with limited functionality is returned.