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

Method into_iterable

crates/vm/src/builtins/set.rs:1318–1320  ·  view source on GitHub ↗
(self, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

1316 }
1317
1318 fn into_iterable(self, vm: &VirtualMachine) -> PyResult<ArgIterable> {
1319 self.object.try_into_value(vm)
1320 }
1321
1322 fn into_iterable_iter(
1323 self,

Callers 3

opMethod · 0.80
__iand__Method · 0.80
into_iterable_iterMethod · 0.80

Calls 1

try_into_valueMethod · 0.80

Tested by

no test coverage detected