2012/6/28 Damian Johnson atagar@torproject.org:
Erik and I have finished the proc.py integration tests
Great! I'm looking forward to checking them out.
Tomorrow, we will be starting the next Stem task regarding the Tor Export project. Do you have any recommendations on where we should start exploring in the Stem documentation?
Hmm, this concerns translating Descriptor subclasses [1] into a csv (and I suppose loading them back up). First step would be to google around to see if there's a builtin function what'll do this or help with it. If not then this might simply include dumping out their __dict__...
Please use the built-in function vars() instead of __dict__ to retrive instance attributes.