Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
impl<
'p> Iterator for PyIterator<'
p> {
Callers
15
test_debug_string
Function · 0.45
test_display_string
Function · 0.45
test_compare
Function · 0.45
py_module_initializer_impl
Function · 0.45
release_ref
Method · 0.45
convert
Method · 0.45
new
Method · 0.45
new_from_ffi_tuple
Method · 0.45
new_helper
Method · 0.45
from_instance
Method · 0.45
from_instance_helper
Method · 0.45
new_lazy_init
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_debug_string
Function · 0.36
test_display_string
Function · 0.36
test_compare
Function · 0.36
addition
Function · 0.36
test_non_bmp
Function · 0.36
test_extract_str
Function · 0.36
test_u32_max
Function · 0.36
test_i64_max
Function · 0.36
test_i64_min
Function · 0.36
test_u64_max
Function · 0.36
vec_iter
Function · 0.36
test_seq_empty
Function · 0.36