ak.behaviors.mixins.mixin_class =============================== Defined in `awkward.behaviors.mixins `__ on `line 13 `__. .. py:function:: ak.behaviors.mixins.mixin_class(registry, name=None) :param registry: The destination behavior mapping registry. Typically, this would be the global registry :py:obj:`ak.behavior`, but one may wish to register methods in an alternative way. :type registry: dict :param name: The name to assign to the behaviour class. :type name: str This decorator can be used to register a behavior mixin class. Any inherited behaviors will automatically be made available to the decorated class. See the "Mixin decorators" section of :py:obj:`ak.behavior` for further details.