generic-primary-only-p

generic-primary-only-p is a compiled Lisp function in `eieio-core.el'.

(generic-primary-only-p METHOD)

Return t if symbol METHOD is a generic function with only primary methods.
Only methods have the symbol `eieio-method-obarray' as a property (which
contains a list of all bindings to that method type.)
Methods with only primary implementations are executed in an optimized way.