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 (Optional[str]) – supersceding_urls (list[Link], default: <factory>) –