find-class
find-class is a compiled Lisp function in `eieio.el
'.
(find-class SYMBOL &optional ERRORP)
Return the class that SYMBOL represents.
If there is no class, nil is returned if ERRORP is nil.
If ERRORP is non-nil, `wrong-argument-type' is signaled.