mucho.comparison.comparator.entity package

Submodules

mucho.comparison.comparator.entity.entity module

class mucho.comparison.comparator.entity.entity.EntityComparator[source]

Bases: object

Compares two entities by comparing their dimensions

comparators
compare(src, trg)[source]

Compares two entities by comparing their dimensions and returns the result of the comparison codified as dimension properties.

Parameters:
  • src – source entity of the comparison
  • trg – target entity of the comparison
Returns:

result of the comparison

variable_names

mucho.comparison.comparator.entity.meta module

class mucho.comparison.comparator.entity.meta.EntityComparatorMeta[source]

Bases: type

Module contents