MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / into_object

Method into_object

src/objects/iterator.rs:59–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 /// Gets the Python iterator object.
58 #[inline]
59 pub fn into_object(self) -> PyObject {
60 self.iter
61 }
62}
63
64impl<'p> Iterator for PyIterator<'p> {

Callers 15

test_debug_stringFunction · 0.45
test_display_stringFunction · 0.45
test_compareFunction · 0.45
release_refMethod · 0.45
convertMethod · 0.45
newMethod · 0.45
new_from_ffi_tupleMethod · 0.45
new_helperMethod · 0.45
from_instanceMethod · 0.45
from_instance_helperMethod · 0.45
new_lazy_initMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_debug_stringFunction · 0.36
test_display_stringFunction · 0.36
test_compareFunction · 0.36
additionFunction · 0.36
test_non_bmpFunction · 0.36
test_extract_strFunction · 0.36
test_u32_maxFunction · 0.36
test_i64_maxFunction · 0.36
test_i64_minFunction · 0.36
test_u64_maxFunction · 0.36
vec_iterFunction · 0.36
test_seq_emptyFunction · 0.36