Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ PyMapping_Items
Function
PyMapping_Items
python27-sys/src/objectabstract.rs:293–295 ·
view source on GitHub ↗
(o: *mut PyObject)
Source
from the content-addressed store, hash-verified
291
292
#[inline]
293
pub unsafe fn PyMapping_Items(o: *mut PyObject) -> *mut PyObject {
294
PyObject_CallMethod(o,
"items\0"
.as_ptr() as *mut _, ptr::null_mut())
295
}
Callers
nothing calls this directly
Calls
1
as_ptr
Method · 0.45
Tested by
no test coverage detected