Function: magit-module-section--eieio-childp

magit-module-section--eieio-childp is a byte-compiled function defined in magit-base.el.

Signature

(magit-module-section--eieio-childp OBJ)

Documentation

Return non-nil if OBJ is an object of type magit-module-section(var)/magit-module-section(fun) or a subclass.

Aliases

magit-module-section-child-p (obsolete since 25.1)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-base.el
(defclass magit-module-section (magit-file-section)
  ((keymap :initform 'magit-module-section-map)
   (range  :initform nil :initarg :range)))