MCPcopy 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
78pub(super) struct BoxedSlice<T>(pub(super) Box<[T]>);
79
80impl<T: Node> Node for BoxedSlice<T> {
81 fn ast_to_object(self, vm: &VirtualMachine, source_file: &SourceFile) -> PyObjectRef {

Callers 5

ast_to_objectMethod · 0.85
ast_to_objectMethod · 0.85
ast_to_objectMethod · 0.85
ast_to_objectMethod · 0.85
ast_to_objectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected