Skip to content

treex.Extensions

Mixin that adds all available mixins from treeo.mixins except KindMixin.

Source code in treeo/mixins.py
class Extensions(Copy, ToString, ToDict, Repr, Filter, Merge, Map, Apply, Compact):
    """
    Mixin that adds all available mixins from `treeo.mixins` except `KindMixin`.
    """

    pass