toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.libraries
/
LibraryReferenceParser
Library
Reference
Parser
interface
LibraryReferenceParser
Inheritors
LibraryReferenceParserImpl
Members
Functions
parse
Library
Reference
Link copied to clipboard
abstract
fun
parseLibraryReference
(
string
:
String
)
:
LibraryReference
parse
Reference
With
Args
Link copied to clipboard
abstract
fun
parseReferenceWithArgs
(
string
:
String
)
:
Pair
<
LibraryReference
,
List
<
Variable
>
>