Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ into_expr
Method
into_expr
crates/vm/src/stdlib/_ast/constant.rs:74–76 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
72
}
73
74
pub(crate) fn into_expr(self) -> ast::Expr {
75
constant_to_ruff_expr(self)
76
}
77
}
78
79
#[derive(Debug)]
Callers
nothing calls this directly
Calls
1
constant_to_ruff_expr
Function · 0.85
Tested by
no test coverage detected