CodePreprocessor

Preprocesses the cell code before its execution

Types

Link copied to clipboard
data class Result(val code: Code, val libraries: List<LibraryDefinitionProducer> = emptyList())

Functions

Link copied to clipboard
open fun accepts(code: String): Boolean

Returns true if this preprocessor accepts the given code

Link copied to clipboard

Performs code preprocessing