added a NOTE
This commit is contained in:
@ -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
|
explained below. You can invoke a registered function as many times
|
||||||
as you wish in your input script.
|
as you wish in your input script.
|
||||||
|
|
||||||
NOTE: As indicated with a NOTE in python_impl.cpp, I don't think there
|
NOTE for Richard: As indicated with a NOTE in python_impl.cpp, I don't
|
||||||
is any access to a value returned by invoking a Py function in this way.
|
think there is any access to a value returned by invoking a Py
|
||||||
If that is correct, I think this should be clarified in the doc page,
|
function in this way. If that is correct, I think this should be
|
||||||
with a better explanation of the utility of using the *invoke* keyword.
|
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
|
The *input* keyword defines how many arguments *N* the Python function
|
||||||
expects. If it takes no arguments, then the *input* keyword should
|
expects. If it takes no arguments, then the *input* keyword should
|
||||||
|
|||||||
Reference in New Issue
Block a user