Status#

class technote.metadata.model.Status(*, state, note, supersceding_urls=<factory>)#

Bases: object

The domain model for the technote’s content status.

Parameters:

Attributes Summary

note

An explanation of the state.

state

The state of the technote.

supersceding_urls

URLs to documents/webpages that superscede the technote.

Attributes Documentation

note: str | None = <dataclasses._MISSING_TYPE object>#

An explanation of the state.

state: TechnoteState = <dataclasses._MISSING_TYPE object>#

The state of the technote.

supersceding_urls: list[Link] = <dataclasses._MISSING_TYPE object>#

URLs to documents/webpages that superscede the technote.