Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
op
Method · 0.80
__iand__
Method · 0.80
into_iterable_iter
Method · 0.80
Calls
1
try_into_value
Method · 0.80
Tested by
no test coverage detected