Class PythonFreeThreadUtil
java.lang.Object
io.deephaven.engine.table.impl.select.PythonFreeThreadUtil
Static utility function to determine if we are running a free threaded version of Python.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanReturn true if the version of Python we are executing is free threaded.
-
Method Details
-
isPythonFreeThreaded
public static boolean isPythonFreeThreaded()Return true if the version of Python we are executing is free threaded.This must only be called after Python has already been initialized. This class is not considered part of the public Deephaven API and may change at any time.
- Returns:
- true if the version of Python we are executing is free threaded.
-