standardize

standardize(instances: None, converter: Converter, *, return_iterator: bool = False) None[source]
standardize(instances: SemanticallyStandardizableType, converter: Converter, *, return_iterator: bool = False) SemanticallyStandardizableType
standardize(instances: Iterable[SemanticallyStandardizableType], converter: Converter, *, return_iterator: Literal[True] = False) Iterable[SemanticallyStandardizableType]
standardize(instances: Iterable[SemanticallyStandardizableType], converter: Converter, *, return_iterator: Literal[False] = False) list[SemanticallyStandardizableType]

Standardize an instance.