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
)
Attributes Summary
An explanation of the state.
The state of the technote.
URLs to documents/webpages that superscede the technote.
Attributes Documentation
-
state:
TechnoteState
= <dataclasses._MISSING_TYPE object># The state of the technote.