Skip to content

Commit

Permalink
Doc addition to explain InsertValue with no input
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenerone committed Jan 26, 2024
1 parent d252c1f commit 7f76762
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slurry/sections/_producers.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ class InsertValue(TrioSection):
"""Inserts a single user supplied value into the pipeline on startup and then
passes through any further received items unmodified.
If no input is used, the single value will be sent, and InsertValue will close.
:param value: Item to send on startup.
:type value: Any
"""
Expand Down

0 comments on commit 7f76762

Please sign in to comment.