thread question

Aahz Maruch aahz at panix.com
Wed Feb 27 00:26:54 EST 2002


In article <mailman.1014542390.12789.python-list at python.org>,
maximilianscherr <MaximilianScherr at T-Online.de> wrote:
>--- In python-list at y..., aahz at p... (Aahz Maruch) wrote:
>> In article <mailman.1013817865.2645.python-list at p...>,
>> maximilianscherr <MaximilianScherr at T...> wrote:
>>>
>>>if a thread (object) is for example a class, would it be possible to 
>>>call the class objects of this thread from another thread?
>>>or how could something similar be done?
>> 
>> Absolutely.  See http://starship.python.net/crew/aahz/
>> for some examples.
>
>can i acces attributes, or functions of a thread(like if i started 
>the class with threading.Thread(None, someclass)) like i can access 
>classes? and if yes how? if no, how can i do it in another way?

Once again, go to that URL.
-- 
                      --- Aahz  <*>  (Copyright 2002 by aahz at pobox.com)

Hugs and backrubs -- I break Rule 6                 http://www.rahul.net/aahz/
Androgynous poly kinky vanilla queer het Pythonista

"He's Quebecois. He puts mayonnaise on *everything*."  --siobhan at virulent.org



More information about the Python-list mailing list