MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / __Pyx_PyBool_FromLong

Function __Pyx_PyBool_FromLong

eval/CIPO_evaluation/pycocotools/_mask.c:15187–15189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15185 return ival;
15186}
15187static CYTHON_INLINE PyObject * __Pyx_PyBool_FromLong(long b) {
15188 return b ? __Pyx_NewRef(Py_True) : __Pyx_NewRef(Py_False);
15189}
15190static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
15191 return PyInt_FromSize_t(ival);
15192}

Calls

no outgoing calls

Tested by

no test coverage detected