[geeks] quick python question
Joshua D Boyd
jdboyd at cs.millersville.edu
Tue Jun 25 21:42:30 CDT 2002
I've heard that python supports introspection.
So, does anyone know how to ask a class what it's methods and/or
properties are?
I have a class (with no documentation or source) called MFVec3f that
is supposed to be group (could be lists, could be bags, could be
somethine else altogether) of SFVec3f classes. But I've yet to be
able to access those SFVec3fs by normal methods like
"galbladder.point[0]" or "for p in galbladder.point:".
--
Joshua D. Boyd
More information about the geeks
mailing list