Attaching a patch that exposes ways to access all variables in an object to
allow iterating through them without knowing their names in advance.
The patch does it 2 ways, either exposing the variable map directly or
indirectly by simply returning a list of names for variables that you can use
to then retrieve the variables themselves.
Original issue reported on code.google.com by vek...@gmail.com on 2 Feb 2013 at 8:34
Original issue reported on code.google.com by
vek...@gmail.com
on 2 Feb 2013 at 8:34Attachments: