MCPcopy Index your code
hub / github.com/RustPython/RustPython / from

Method from

crates/jit/src/lib.rs:25–27  ·  view source on GitHub ↗
(err: ModuleError)

Source from the content-addressed store, hash-verified

23
24impl From<ModuleError> for JitCompileError {
25 fn from(err: ModuleError) -> Self {
26 Self::CraneliftError(Box::new(err))
27 }
28}
29
30#[derive(Debug, thiserror::Error, Eq, PartialEq)]

Callers

nothing calls this directly

Calls 4

newFunction · 0.85
BoolClass · 0.85
IntClass · 0.50
FloatClass · 0.50

Tested by

no test coverage detected