MultiThread =========== .. currentmodule:: lib.multithreading .. autoclass:: MultiThread :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~MultiThread.errors ~MultiThread.has_error ~MultiThread.name .. rubric:: Methods Summary .. autosummary:: ~MultiThread.check_and_raise_error ~MultiThread.completed ~MultiThread.is_alive ~MultiThread.join ~MultiThread.start .. rubric:: Attributes Documentation .. autoattribute:: errors .. autoattribute:: has_error .. autoattribute:: name .. rubric:: Methods Documentation .. automethod:: check_and_raise_error .. automethod:: completed .. automethod:: is_alive .. automethod:: join .. automethod:: start