Skip to content

Commit

Permalink
Document BaseDataSet.{described_by,structured_by}
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Aug 14, 2024
1 parent cfe94b5 commit cd32dab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sdmx/model/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1996,9 +1996,12 @@ class BaseDataSet(AnnotableArtefact):
action: Optional[ActionType] = None
#:
valid_from: Optional[str] = None
#:

#: Association to the :class:`Dataflow <.BaseDataflow>` that contains the data set.
described_by: Optional[BaseDataflow] = None
#:

#: Association to the :class:`DataStructure <.BaseDataStructureDefinition` that
#: defines the structure of the data set.
structured_by: Optional[BaseDataStructureDefinition] = None

#: All observations in the DataSet.
Expand Down

0 comments on commit cd32dab

Please sign in to comment.