All Classes and Interfaces
Class
Description
This class provides utilities related to Python resources used in GraalPy
embedding scenarios which can be of the following kind:
Python application files
Third-party Python packages
Represents a set of keyword arguments, typically used for interfacing with
Python functions that accept
**kwargs.Represents positional arguments (`*args`) in Python.
The GraalPy Virtual Filesystem accesses embedded resource files as standard
Java resources and makes them available to Python code running in GraalPy.
Builder class to create
VirtualFileSystem instances.Determines if and how much host IO is allowed outside the
VirtualFileSystem.