remove_redundant_external

remove_redundant_external(mappings: Iterable[MappingTypeVar], *others: Iterable[MappingTypeVar], key: Callable[[MappingTypeVar], HashTarget] | None = None) list[MappingTypeVar][source]

Remove mappings with same S/O pairs in other given mappings.