eieiomt-method-list

eieiomt-method-list is a compiled Lisp function in `eieio-core.el'.

(eieiomt-method-list METHOD KEY CLASS)

Return an alist list of methods lambdas.
METHOD is the method name.
KEY represents either :before, or :after methods.
CLASS is the starting class to search from in the method tree.
If CLASS is nil, then an empty list of methods should be returned.