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

Function PyCell_SET

python27-sys/src/cellobject.rs:41–43  ·  view source on GitHub ↗
(op: *mut PyObject, obj: *mut PyObject)

Source from the content-addressed store, hash-verified

39
40#[inline(always)]
41pub unsafe fn PyCell_SET(op: *mut PyObject, obj: *mut PyObject) {
42 (*(op as *mut PyCellObject)).ob_ref = obj;
43}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected