• Jim Fulton's avatar
    Added second "level" argument for computed attributes. · 6e0e75cb
    Jim Fulton authored
    This makes it easier to create computed attributes that
    work with acquisition.  Normally, computed attributes are
    called with unwrapped objects. Passing a level of 1, causes
    computed attributes to be called with one level of wrapping.
    Note that the innermost (single) level of wrapping typically
    reflects a containment context with any extra access contexts
    stripped off.
    6e0e75cb
ComputedAttribute.c 4.18 KB