Extracting property getters from dir() results

Gnarlodious gnarlodious at gmail.com
Wed Jul 6 05:02:45 EDT 2011


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



More information about the Python-list mailing list