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

Function builtins_reversed

crates/vm/src/builtins/iter.rs:160–162  ·  view source on GitHub ↗
(vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

158}
159
160pub fn builtins_reversed(vm: &VirtualMachine) -> PyObjectRef {
161 vm.builtins.get_attr("reversed", vm).unwrap()
162}
163
164#[pyclass(module = false, name = "iterator", traverse)]
165#[derive(Debug)]

Callers 2

__reduce__Method · 0.85
__reduce__Method · 0.85

Calls 2

unwrapMethod · 0.45
get_attrMethod · 0.45

Tested by

no test coverage detected