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.lang.python
/
PythonLang
Python
Lang
open
class
PythonLang
:
Language
Native Python plugin mappings.
Members
Constructors
Python
Lang
Link copied to clipboard
constructor
(
)
Functions
configure
Context
Link copied to clipboard
open
fun
configureContext
(
thread
:
IsolateThread
,
invocation
:
Language.ContextConfigInvocation
)
configure
Engine
Link copied to clipboard
open
fun
configureEngine
(
thread
:
IsolateThread
,
invocation
:
Language.EngineConfigInvocation
)
entry
Link copied to clipboard
open
fun
entry
(
thread
:
IsolateThread
,
invocation
:
Language.NativeLangInvocation
)
get
Language
Id
Link copied to clipboard
@
NotNull
open
fun
getLanguageId
(
)
:
@
NotNull
String
get
Plugin
Version
Link copied to clipboard
open
fun
getPluginVersion
(
thread
:
IsolateThread
)
:
Int
init
Link copied to clipboard
open
fun
init
(
thread
:
IsolateThread
,
init
:
Language.NativeRuntimeInit
)
setup
Link copied to clipboard
open
fun
setup
(
thread
:
IsolateThread
,
languageInfo
:
Language.NativeLanguageInfo
)