BackgroundGenerator =================== .. currentmodule:: lib.multithreading .. autoclass:: BackgroundGenerator :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~BackgroundGenerator.errors ~BackgroundGenerator.has_error ~BackgroundGenerator.name .. rubric:: Methods Summary .. autosummary:: ~BackgroundGenerator.check_and_raise_error ~BackgroundGenerator.completed ~BackgroundGenerator.is_alive ~BackgroundGenerator.iterator ~BackgroundGenerator.join ~BackgroundGenerator.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:: iterator .. automethod:: join .. automethod:: start