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

Function PyMapping_Values

python27-sys/src/objectabstract.rs:288–290  ·  view source on GitHub ↗
(o: *mut PyObject)

Source from the content-addressed store, hash-verified

286
287#[inline]
288pub unsafe fn PyMapping_Values(o: *mut PyObject) -> *mut PyObject {
289 PyObject_CallMethod(o, "values\0".as_ptr() as *mut _, ptr::null_mut())
290}
291
292#[inline]
293pub unsafe fn PyMapping_Items(o: *mut PyObject) -> *mut PyObject {

Callers

nothing calls this directly

Calls 1

as_ptrMethod · 0.45

Tested by

no test coverage detected