Class PythonRunnable

java.lang.Object
io.deephaven.integrations.python.PythonRunnable
All Implemented Interfaces:
Runnable

public class PythonRunnable extends Object implements Runnable
A Runnable implementation which calls a Python callable.
  • Constructor Details

    • PythonRunnable

      public PythonRunnable(org.jpy.PyObject pyCallable)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable