Alex K wrote: > What would be the simplest way of enumerating all methods and members > (including inherited) of a given object? Thank you.
inspect.getmembers() Peter -- http://mail.python.org/mailman/listinfo/python-list
Alex K wrote: > What would be the simplest way of enumerating all methods and members > (including inherited) of a given object? Thank you.
inspect.getmembers() Peter -- http://mail.python.org/mailman/listinfo/python-list