()
| 21 | |
| 22 | #[inline(always)] |
| 23 | pub unsafe fn Py_False() -> *mut PyObject { |
| 24 | &mut _Py_ZeroStruct as *mut PyBoolObject as *mut PyObject |
| 25 | } |
| 26 | |
| 27 | #[inline(always)] |
| 28 | pub unsafe fn Py_True() -> *mut PyObject { |
nothing calls this directly
no outgoing calls
no test coverage detected