Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ BoxedSlice
Class
BoxedSlice
crates/vm/src/stdlib/_ast/node.rs:78–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
pub(super) struct BoxedSlice<T>(pub(super) Box<[T]>);
79
80
impl<T: Node> Node for BoxedSlice<T> {
81
fn ast_to_object(self, vm: &VirtualMachine, source_file: &SourceFile) -> PyObjectRef {
Callers
5
ast_to_object
Method · 0.85
ast_to_object
Method · 0.85
ast_to_object
Method · 0.85
ast_to_object
Method · 0.85
ast_to_object
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected