PythonLang

open class PythonLang : Language

Native Python plugin mappings.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun configureContext(thread: IsolateThread, invocation: Language.ContextConfigInvocation)
Link copied to clipboard
open fun configureEngine(thread: IsolateThread, invocation: Language.EngineConfigInvocation)
Link copied to clipboard
open fun entry(thread: IsolateThread, invocation: Language.NativeLangInvocation)
Link copied to clipboard
@NotNull
open fun getLanguageId(): @NotNull String
Link copied to clipboard
open fun getPluginVersion(thread: IsolateThread): Int
Link copied to clipboard
open fun init(thread: IsolateThread, init: Language.NativeRuntimeInit)
Link copied to clipboard
open fun setup(thread: IsolateThread, languageInfo: Language.NativeLanguageInfo)