Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ PyCallIter_Check
Function
PyCallIter_Check
python3-sys/src/iterobject.rs:20–22 ·
view source on GitHub ↗
(op: *mut PyObject)
Source
from the content-addressed store, hash-verified
18
19
#[inline(always)]
20
pub unsafe fn PyCallIter_Check(op: *mut PyObject) -> c_int {
21
(Py_TYPE(op) == &mut PyCallIter_Type) as c_int
22
}
Callers
nothing calls this directly
Calls
1
Py_TYPE
Function · 0.70
Tested by
no test coverage detected