Module org.graalvm.python.embedding


module org.graalvm.python.embedding
Utilities for GraalPy embedding scenarios.

For an overview on how to create and configure a GraalPy context to get access to Python related resources in GraalPy embedding scenarios see GraalPyResources.

For passing python keyword and positional arguments from java to python, see: KeywordArguments and PositionalArguments

Since:
24.2.0