Hi there,
I'm trying to find information on different ways to traverse an object tree in python. I don't know much about the language in general yet, so any suggestions/techniques would be welcome.
Thanks so much jml
Hi there,
I'm trying to find information on different ways to traverse an object tree in python. I don't know much about the language in general yet, so any suggestions/techniques would be welcome.
Thanks so much jml
See the inspect module. It has functions for accessing/listing all kinds of object information.