toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api.libraries
/
LibraryResolutionRequest
Library
Resolution
Request
class
LibraryResolutionRequest
(
val
reference
:
LibraryReference
,
val
arguments
:
List
<
Variable
>
,
val
definition
:
LibraryDefinition
)
Members
Constructors
Library
Resolution
Request
Link copied to clipboard
constructor
(
reference
:
LibraryReference
,
arguments
:
List
<
Variable
>
,
definition
:
LibraryDefinition
)
Properties
arguments
Link copied to clipboard
val
arguments
:
List
<
Variable
>
definition
Link copied to clipboard
val
definition
:
LibraryDefinition
reference
Link copied to clipboard
val
reference
:
LibraryReference
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String