toggle menu
kotlin-jupyter-kernel
0.12.0-457
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
ExecuteInput
Execute
Input
@
Serializable
class
ExecuteInput
(
val
code
:
String
,
val
executionCount
:
ExecutionCount
)
:
MessageContent
Members
Constructors
Execute
Input
Link copied to clipboard
constructor
(
code
:
String
,
executionCount
:
ExecutionCount
)
Properties
code
Link copied to clipboard
val
code
:
String
execution
Count
Link copied to clipboard
@
SerialName
(
value
=
"execution_count"
)
val
executionCount
:
ExecutionCount