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

Function Py_False

python27-sys/src/boolobject.rs:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22#[inline(always)]
23pub unsafe fn Py_False() -> *mut PyObject {
24 &mut _Py_ZeroStruct as *mut PyBoolObject as *mut PyObject
25}
26
27#[inline(always)]
28pub unsafe fn Py_True() -> *mut PyObject {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected