resolveToInterface ( name, iface )
Find nearest context to name that supports iface
Return a tuple of the form (context, remainingName) , where context
is the context nearest to name that supports interface iface , and
remainingName is the portion of name that is relative to
context . That is, remainingName interpreted relative to context
should be the same name as name relative to the context this method
is called on.
|