On May 4, 3:21 am, Stargaming <[EMAIL PROTECTED]> wrote: > What's wrong about `dir()`? > x = MyClass() > x.f()
I want to cashe pointers to Python functions in a non-Python app. 'dir()' requires an argument, and I want to get function pointers before I have any variable of given type or class. That's why 'MyClass.f(x)' I'm not against 'dir(MyClass)'; the question is, what should I 'dir()' to get methods of 'pyuno' type instance? Sincerely yours, Dmitri -- http://mail.python.org/mailman/listinfo/python-list