Passing arguments to threading objects

Aahz aahz at pythoncraft.com
Tue Apr 23 18:45:41 EDT 2002


In article <pan.2002.04.23.22.39.14.487844.11225 at teich.garten.DigitalProjects.com>,
Alexander Skwar  <news.ASkwar at DigitalProjects.com> wrote:
>
>When I subclass threading.Thread, how can I access the args parameter
>passed to the constructor?

Override __init__().  See my home page for more info.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

What if there were no rhetorical questions?



More information about the Python-list mailing list