It might be great to remove the related refences also
from official documentation
Py
https://docs.intersystems.com/components/csp/docbook/Python-Native/v1.0.0/irisnative.iris.html#irisnative.iris.function
Also Class reference for 2025.1
https://docs.intersystems.com/iris20251/csp/documatic/%25CSP.Documatic.cls?LIBRARY=%25SYS&CLASSNAME=%25Net.DB.Iris#Function
like this:
Calls a function (label^routine), passing zero or more arguments and returning the function's return value. Trailing arguments may be omitted, causing default values to be used for those arguments.
This method throws an exception when an error condition is encountered.
|
routineName |
input |
The name of the routine that implements the function to be called. |
|
functionName |
input |
The name of the function to be invoked. |
|
args |
input... |
The arguments to be passed to the method. |
|
return |
The value returned by the functionName function. |
- Such a misleading documentation roughly 1.5 years behind reality is not so impressive
- It took days to find this out. 😖
- Log in to post comments