sssom_pydantic
Getting Started
Installation
Usage
sssom_pydantic.api Module
sssom_pydantic.io Module
sssom_pydantic.models Module
sssom_pydantic.process Module
Functions
curate
estimate_confidence
exclude_negative
exclude_unsure
get_canonical_tuple
invert
invert_by_object_prefix
invert_by_prefix_pair
invert_by_subject_prefix
publish
remove_redundant_external
remove_redundant_internal
review
Classes
Class Inheritance Diagram
sssom_pydantic.query Module
Command Line Interface
Contrib
sssom_pydantic
Usage
remove_redundant_external
View page source
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.