toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
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
>