Next: , Previous: direct-property-p, Up: Properties Dictionary


property-owner
— Function: property-owner object property-name

=> owner

object — An object.

property-name — A symbol naming a property.

owner — An object which object would be delegating property-value to.

Description:

Returns the object, if any, from which object would fetch the value for property-name. If no such object exists, PROPERTY-OWNER returns NIL.