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

Method into_vec

crates/vm/src/function/argument.rs:486–488  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

484 }
485
486 pub fn into_vec(self) -> Vec<T> {
487 self.0
488 }
489
490 pub fn iter(&self) -> core::slice::Iter<'_, T> {
491 self.0.iter()

Callers 15

packFunction · 0.45
pack_intoFunction · 0.45
packMethod · 0.45
pack_intoMethod · 0.45
groupMethod · 0.45
finalizeMethod · 0.45
finalize_xofMethod · 0.45
hypotFunction · 0.45
gcdFunction · 0.45
lcmFunction · 0.45
slot_newMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected