Package-level declarations
Types
Link copied to clipboard
abstract class AbstractCompletionMagicsProcessor<V : Any>(libraryDescriptorsProvider: LibraryDescriptorsProvider, parseOutCellMarker: Boolean = false) : AbstractMagicsProcessor
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class CompoundCodePreprocessor(preprocessors: CodePreprocessor) : CodePreprocessor, ExtensionsProcessor<CodePreprocessor>
Containing preprocessors' process are run in reversed order: last added processors are run first
Link copied to clipboard
open class IdeCompatibleMagicsHandler(replOptions: ReplOptions, librariesProcessor: LibrariesProcessor, switcher: ResolutionInfoSwitcher<DefaultInfoSwitch>) : UseMagicsHandler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class LogLevelHandlingMagicsHandler(replOptions: ReplOptions, librariesProcessor: LibrariesProcessor, switcher: ResolutionInfoSwitcher<DefaultInfoSwitch>, loggingManager: LoggingManager) : IdeCompatibleMagicsHandler
Link copied to clipboard
interface MagicsHandler
Link copied to clipboard
class MagicsProcessor(handler: LibrariesAwareMagicsHandler, parseOutCellMarker: Boolean = false) : AbstractMagicsProcessor, CodePreprocessor, KernelInternalObject
This class handles all magic commands encountered during compilation of a notebook cell, i.e., commands that start with %
, like %use dataframe
.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class UnhandledMagicException(magic: ReplLineMagic, handler: MagicsHandler) : ReplPreprocessingException
Link copied to clipboard
open class UseMagicsHandler(librariesProcessor: LibrariesProcessor, libraryResolutionInfoSwitcher: ResolutionInfoSwitcher<DefaultInfoSwitch>) : LibrariesAwareAbstractMagicsHandler