Search Results

3
votes

In Python, how can you get the name of a member function’s class?

testFunc.im_class http://www.python.org/doc/2.5.2/ref/types.html i …
8
votes

Why is reflection called reflection instead of introspection?

There is an interesting answer on the french wikipedia article for Reflection (here) Reflection can b …