All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.kotlinx.jupyter.repl.InternalEvalResult.kt Maven / Gradle / Ivy

There is a newer version: 0.12.0-356
Show newest version
package org.jetbrains.kotlinx.jupyter.repl

import org.jetbrains.kotlinx.jupyter.api.FieldValue
import org.jetbrains.kotlinx.jupyter.compiler.util.SerializedCompiledScriptsData

data class InternalEvalResult(
    val result: FieldValue,
    val scriptInstance: Any,
    val compiledData: SerializedCompiledScriptsData? = null
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy