Class PythonEvaluatorJpy

java.lang.Object
io.deephaven.engine.util.PythonEvaluatorJpy
All Implemented Interfaces:
PythonEvaluator

public class PythonEvaluatorJpy extends Object implements PythonEvaluator
The sole implementation of the PythonEvaluator, using Jpy to create a cpython interpreter instance inside of our JVM. Each evaluator has their own copy of the globals.