introspection question

Peter Otten __peter__ at web.de
Mon Jan 7 09:40:40 EST 2008


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



More information about the Python-list mailing list