Something like java's reflection???

Ryan ryanmorillo at hotmail.com
Tue Aug 27 17:12:05 EDT 2002


There isn't really something as involved as reflection, but if you
play with Jython for testing (It will run most python code unless you
are using pygame are some other add in) you can use Java reflection. 
Hope that helps.

"KC" <khcarlso at bellsouth.net> wrote in message news:<EyKa9.14662$Hd4.4184555 at e3500-atl1.usenetserver.com>...
> Hi,
> 
> I am curious if there is a way to get information at run time on an objects
> internal attributes and methods -- something similar to java's reflection
> api.  Is this possible in Python?
> 
> Thanks,
> 
> Kevin



More information about the Python-list mailing list