Skip to content

Commit

Permalink
docs: update manager prop doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney committed Jan 30, 2024
1 parent 4826bfb commit 42f9f43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/lib/core/dmod/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,14 @@ def __eq__(self, other):

@property
def manager(self) -> Optional[DatasetManager]:
"""
The ::class:`DatasetManager` for this instance.
Returns
-------
DatasetManager
The ::class:`DatasetManager` for this instance.
"""
return self._manager

@manager.setter
Expand Down

0 comments on commit 42f9f43

Please sign in to comment.