kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
shared-compiler
/
org.jetbrains.kotlinx.jupyter.repl.result
/
SerializedCompiledScriptsData
Serialized
Compiled
Scripts
Data
@
Serializable
data
class
SerializedCompiledScriptsData
(
val
scripts
:
List
<
SerializedCompiledScript
>
,
val
sources
:
List
<
SerializedScriptSource
>
)
Members
Constructors
Serialized
Compiled
Scripts
Data
Link copied to clipboard
constructor
(
scripts
:
List
<
SerializedCompiledScript
>
,
sources
:
List
<
SerializedScriptSource
>
)
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
scripts
Link copied to clipboard
val
scripts
:
List
<
SerializedCompiledScript
>
sources
Link copied to clipboard
val
sources
:
List
<
SerializedScriptSource
>