Re-exports§
pub use runtime_error::replay_error;pub use runtime_error::replay_error_with_source;pub use runtime_error::ReplayErrorKind;pub use dispatcher::call_builtin;pub use dispatcher::call_builtin_async;pub use dispatcher::call_builtin_async_with_outputs;pub use dispatcher::class_access_context;pub use dispatcher::gather_if_needed;pub use dispatcher::gather_if_needed_async;pub use dispatcher::is_gpu_value;pub use dispatcher::push_class_access_context;pub use dispatcher::value_contains_gpu;pub use builtins::plotting::export_figure_scene as runtime_plot_export_figure_scene;pub use builtins::plotting::import_figure_scene_async as runtime_plot_import_figure_scene_async;pub use builtins::plotting::import_figure_scene_from_path_async as runtime_plot_import_figure_scene_from_path_async;pub use replay::runtime_export_workspace_state;pub use replay::runtime_import_workspace_state;pub use replay::WorkspaceReplayMode;pub use builtins::common::concatenation::create_matrix_from_values;pub use builtins::common::elementwise::elementwise_div;pub use builtins::common::elementwise::elementwise_mul;pub use builtins::common::elementwise::elementwise_neg;pub use builtins::common::elementwise::elementwise_pow;pub use builtins::common::elementwise::power;pub use builtins::common::indexing::perform_indexing;pub use builtins::common::matrix::value_matmul;
Modules§
- build_
runtime_ error - builtins
- New builtin set. Builtins are organised by category and re-exported from this module.
- callsite
- comparison
- Comparison operations for language-compatible logic
- console
- data
- dispatcher
- interaction
- interrupt
- output_
context - output_
count - plotting_
hooks - Lightweight wrappers that expose plotting-specific helpers without requiring downstream crates to depend directly on the plotting feature flag.
- replay
- runtime_
error - source_
context - user_
functions - warning_
store - workspace
Structs§
Constants§
- CALL_
BOUND_ METHOD_ BUILTIN_ NAME - CALL_
METHOD_ BUILTIN_ NAME - OBJECT_
INDEX_ BRACE - OBJECT_
INDEX_ MEMBER - OBJECT_
INDEX_ PAREN - OBJECT_
SUBSASGN_ METHOD - OBJECT_
SUBSREF_ METHOD
Functions§
- build_
runtime_ error - call_
feval_ async_ with_ outputs - call_
super_ constructor - call_
super_ method - create_
class_ object - make_
cell_ with_ shape - object_
property_ getter_ name - object_
property_ setter_ name
Type Aliases§
- Builtin
Result - Standard result type for runtime builtins.