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

Function PyDictValues_Check

python3-sys/src/dictobject.rs:44–46  ·  view source on GitHub ↗
(op: *mut PyObject)

Source from the content-addressed store, hash-verified

42
43#[inline(always)]
44pub unsafe fn PyDictValues_Check(op: *mut PyObject) -> c_int {
45 PyObject_TypeCheck(op, &mut PyDictValues_Type)
46}
47
48#[inline(always)]
49pub unsafe fn PyDictViewSet_Check(op: *mut PyObject) -> c_int {

Callers

nothing calls this directly

Calls 1

PyObject_TypeCheckFunction · 0.70

Tested by

no test coverage detected