EvalData

class EvalData(val executionCount: ExecutionCount, val rawCode: String)

This class contains the cell code sent by the user "as-is" after any BeforeCellExecutionsProcessor has run. These processors will remove any file annotations and line magics. So it is only "real" Kotlin code that will show up here.

Constructors

Link copied to clipboard
constructor(evalRequestData: EvalRequestData)
constructor(executionCount: ExecutionCount, rawCode: String)

Properties

Link copied to clipboard
Link copied to clipboard