Package-level declarations
Types
Link copied to clipboard
class Python(config: PythonConfig, resources: AbstractLanguagePlugin.LanguagePluginManifest? = null)
Link copied to clipboard
Functions
Link copied to clipboard
Execute the given Python source code, returning the result. This is equivalent to calling PolyglotContext.evaluate and selecting Python as source language.