ak.mixin_class — Awkward Array 2.8.2 documentation (original) (raw)

Defined in awkward.behaviors.mixins on line 13.

ak.mixin_class(registry, name=None)#

Parameters:

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 ak.behavior for further details.