From 7f767622ecfd1760cbd88e6098f1def42d214cf7 Mon Sep 17 00:00:00 2001 From: Mike Nerone Date: Fri, 26 Jan 2024 00:32:43 -0600 Subject: [PATCH] Doc addition to explain InsertValue with no input --- slurry/sections/_producers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slurry/sections/_producers.py b/slurry/sections/_producers.py index 9636840..1f1272c 100644 --- a/slurry/sections/_producers.py +++ b/slurry/sections/_producers.py @@ -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 """