toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
InspectRequest
Inspect
Request
@
Serializable
class
InspectRequest
(
val
code
:
String
,
val
cursorPos
:
Int
,
val
detailLevel
:
DetailLevel
)
:
AbstractMessageContent
Members
Constructors
Inspect
Request
Link copied to clipboard
constructor
(
code
:
String
,
cursorPos
:
Int
,
detailLevel
:
DetailLevel
)
Properties
code
Link copied to clipboard
val
code
:
String
cursor
Pos
Link copied to clipboard
@
SerialName
(
value
=
"cursor_pos"
)
val
cursorPos
:
Int
detail
Level
Link copied to clipboard
@
SerialName
(
value
=
"detail_level"
)
val
detailLevel
:
DetailLevel