Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm-py
/
elide.runtime.plugins.python
/
PythonConfig
Python
Config
@
DelicateElideApi
class
PythonConfig
:
AbstractLanguageConfig
Members
Constructors
Python
Config
Link copied to clipboard
constructor
(
)
Properties
additional
Python
Paths
Link copied to clipboard
var
additionalPythonPaths
:
MutableList
<
String
>
Additional Python paths to load (i.e.,
PYTHONPATH
).
executable
Link copied to clipboard
var
executable
:
String
?
executable
List
Link copied to clipboard
var
executableList
:
List
<
String
>
?
resources
Path
Link copied to clipboard
var
resourcesPath
:
String
?
Functions
bindings
Link copied to clipboard
fun
bindings
(
block
:
MutableMap
<
String
,
Any
>
.
(
)
->
Unit
)