[IronPython] Hierarchical ScriptScope

Rainer Worbis r.worbis at cubido.at
Fri May 23 09:55:50 CEST 2008


Hallo,

after reading the current specs I found out that I can set a ScriptScope
in a ScriptScope and can access the values via a.b notation.
Is there a possibility (without creating a own IAttributeCollection) to
do the reverse - define some ScriptScope hierarchy and get a search
logic that searches first in the current scope, if it finds nothing in
the parent scope etc.?

Rainer



More information about the Ironpython-users mailing list