Status¶ class technote.metadata.model.Status(*, state, note, supersceding_urls=<factory>)¶ Bases: object The domain model for the technote’s content status. Parameters: state (TechnoteState) note (str | None) supersceding_urls (list[Link], default: <factory>)