kif_lib.Store.get_annotations#

Store.get_annotations(stmts: Statement | Iterable[Statement]) Iterator[tuple[Statement, AnnotationRecordSet | None]][source]#

Gets statements’ annotations.

Parameters:

stmts – Statements.

Returns:

An iterator of pairs (statement, annotation record set).