Hello!
 
Is there a way to view instance attribute values?  For instance, if I make 
the class:
 
class MyClass(): 

def __init__(self,a,b,c):

self.d = a

self.e = b

self.f = c

 TestInstance = MyClass(1,2,3)

 

 

Is there a way I can view (via a gui) that TestInstance.e = 2?  Or do I 
have to type out "print TestInstance.e"?

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to