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
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
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 need to use some naming scheme to parse them
out?
-- Gnarlie