Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhassell committed Nov 11, 2024
1 parent 0180408 commit 5e57272
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions cf/dimensioncoordinate.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,14 +327,18 @@ def anchor(self, value, cell=False, parameters=None, inplace=False):
(decreasing) coordinates.
parameters: `dict`, optional
TODO Return a dictionary of parameters which describe the
anchoring process. The construct is not changed, even
if *inplace* is True.
If a `dict` is provided then it will be updated
in-place with parameters which describe thethe
anchoring process.
{{inplace: `bool`, optional}}
:Returns:
`{{class}}` or `None`
The anchored dimension coordinates, or `None` if the
operation was in-place.
"""
d = _inplace_enabled_define_and_cleanup(self)

Expand Down

0 comments on commit 5e57272

Please sign in to comment.