From ac059a15b035e6715bedcd3b55beaaf66d63e4cb Mon Sep 17 00:00:00 2001 From: Steve Plimpton Date: Mon, 19 May 2025 14:39:30 -0600 Subject: [PATCH] added a NOTE --- doc/src/python.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/src/python.rst b/doc/src/python.rst index 38e36147c0..b7706135df 100644 --- a/doc/src/python.rst +++ b/doc/src/python.rst @@ -171,10 +171,11 @@ previously defined arguments and the return value is processed as explained below. You can invoke a registered function as many times as you wish in your input script. -NOTE: As indicated with a NOTE in python_impl.cpp, I don't think there -is any access to a value returned by invoking a Py function in this way. -If that is correct, I think this should be clarified in the doc page, -with a better explanation of the utility of using the *invoke* keyword. +NOTE for Richard: As indicated with a NOTE in python_impl.cpp, I don't +think there is any access to a value returned by invoking a Py +function in this way. If that is correct, I think this should be +clarified in the doc page, with a better explanation of the utility of +using the *invoke* keyword. The *input* keyword defines how many arguments *N* the Python function expects. If it takes no arguments, then the *input* keyword should