Skip to content

Commit

Permalink
(#325) Add docstring for get_mock_put
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed May 24, 2024
1 parent 163e4d7 commit 80090f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ophyd_async/core/mock_signal_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ async def mock_puts_blocked(*signals: Signal):


def get_mock_put(signal: Signal) -> Mock:
"""Get the mock associated with the put call on the signal."""
return _get_mock_signal_backend(signal).put_mock


Expand Down

0 comments on commit 80090f4

Please sign in to comment.