eieio-instance-inheritor-slot-boundp

eieio-instance-inheritor-slot-boundp is a compiled Lisp function in `eieio-base.el'.

(eieio-instance-inheritor-slot-boundp &rest LOCAL-ARGS)

Return non-nil if the instance inheritor OBJECT's SLOT is bound.
See `slot-boundp' for details on binding slots.
The instance inheritor uses unbound slots as a way of cascading cloned
slot values, so testing for a slot being bound requires extra steps
for this kind of object.

This is a generic function with only one primary method.

Implementations:

`eieio-instance-inheritor' :PRIMARY (arg1 arg2)
Return non-nil if the instance inheritor OBJECT's SLOT is bound.
See `slot-boundp' for details on binding slots.
The instance inheritor uses unbound slots as a way of cascading cloned
slot values, so testing for a slot being bound requires extra steps
for this kind of object.

(fn OBJECT SLOT)

Defined in `eieio-base.el'