Re: Extracting property getters from dir() results

2011-07-06 Thread Gnarlodious
On Jul 6, 3:35 am, Christian Heimes wrote: Thank you! Exactly what I wanted. -- Gnarlie http://Gnarlodious.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Extracting property getters from dir() results

2011-07-06 Thread Christian Heimes
Am 06.07.2011 11:02, schrieb Gnarlodious: > Using introspection, is there a way to get a list of "property > getters"? > > Does this: > > vars=property(getVars(), "Dump a string of variables and values") > > have some parsable feature that makes it different from other > functions? Or would I ne