Package io.deephaven.integrations.python
Class PythonFunctionCaller
java.lang.Object
io.deephaven.integrations.python.PythonFunctionCaller
A class which calls a Python callable.
-
Constructor Details
-
PythonFunctionCaller
public PythonFunctionCaller(org.jpy.PyObject pyObjectIn) Creates aFunction
which calls a Python function.- Parameters:
pyObjectIn
- the python object providing the function - must either be callable or have an `apply` attribute which is callable.
-
-
Method Details