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

Function Py_True

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

Source from the content-addressed store, hash-verified

26
27#[inline(always)]
28pub unsafe fn Py_True() -> *mut PyObject {
29 &mut _Py_TrueStruct as *mut PyBoolObject as *mut PyObject
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected