Skip to content

c3linear ¤

Compute method resolution order. Implements Class.mro attribute.

Functions:

  • c3linear_merge

    Merge lists of lists in the order defined by the C3Linear algorithm.

c3linear_merge ¤

c3linear_merge(*lists: list[T]) -> list[T]

Merge lists of lists in the order defined by the C3Linear algorithm.

Parameters:

  • *lists (list[T], default: () ) –

    Lists of items.

Returns:

  • list[T]

    The merged list of items.