thread question

Jason Orendorff jason at jorendorff.com
Tue Feb 26 19:20:41 EST 2002


> hmm if i now just have a random threadobject, like the one returned 
> from enumerate()
> 
> how can i then access the data(attributes, functions...) of that 
> thread?

The same way you get the attributes or methods of any other object:

  threadobject.attribute
  threadobject.method()

## Jason Orendorff    http://www.jorendorff.com/





More information about the Python-list mailing list