MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / PyObject_RichCompareBool

Function PyObject_RichCompareBool

Objects/object.c:989–1013  ·  view source on GitHub ↗

Return -1 if error; 1 if v op w; 0 if not (v op w). */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

cmp_ltFunction · 0.85
deque_countFunction · 0.85
deque_removeFunction · 0.85
deque_richcompareFunction · 0.85
array_richcompareFunction · 0.85
array_countFunction · 0.85
array_indexFunction · 0.85
array_containsFunction · 0.85
array_removeFunction · 0.85
groupby_nextFunction · 0.85
_grouper_nextFunction · 0.85
local_setattroFunction · 0.85

Calls 2

PyObject_RichCompareFunction · 0.85
PyObject_IsTrueFunction · 0.85

Tested by

no test coverage detected