[Tutor] How do I find information about a Python object.

2010-03-30 Thread Mike Baker
Hi, I've downloaded IDLE python for windows. I've also downloaded Eclipse with the python addition. I have simple programs that will run on both IDLE and Eclipse. How do I get more information about a object/variable, such as proc in the example below. For example, if I execute the following:

Re: [Tutor] How do I find information about a Python object.

2010-03-30 Thread Serdar Tumgoren
You might want to check out the below chapter from Dive Into Python: http://diveintopython.org/power_of_introspection/index.html ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: