Package io.deephaven.integrations.python
Class PythonFunctionCaller
java.lang.Object
io.deephaven.integrations.python.PythonFunctionCaller
A class which calls a Python callable.
-
Constructor Summary
ConstructorsConstructorDescriptionPythonFunctionCaller(org.jpy.PyObject pyObjectIn) Creates aFunctionwhich calls a Python function. -
Method Summary
-
Constructor Details
-
PythonFunctionCaller
public PythonFunctionCaller(org.jpy.PyObject pyObjectIn) Creates aFunctionwhich 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