pydistsim.algorithm.base_algorithm.AlgorithmMeta

class AlgorithmMeta(clsname, bases, dct)[source]

Bases: type

Metaclass for required and default params extension and update.

Collect required and default params from class bases and extend and update those in dct that have been sent for new class.

Methods

__init__

mro

Return a type's method resolution order.

static __new__(cls, clsname, bases, dct)[source]

Collect required and default params from class bases and extend and update those in dct that have been sent for new class.