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

Function PyObject_RichCompare

Objects/object.c:943–986  ·  view source on GitHub ↗

Return: NULL for exception; some object not equal to NotImplemented if it is implemented (this latter object may not be a Boolean). */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

array_richcompareFunction · 0.85
pysqlite_row_richcompareFunction · 0.85
sortwrapper_richcompareFunction · 0.85
list_richcompareFunction · 0.85
proxy_richcompareFunction · 0.85
PyObject_RichCompareBoolFunction · 0.85
tuplerichcompareFunction · 0.85
structseq_richcompareFunction · 0.85
weakref_richcompareFunction · 0.85
complex_richcompareFunction · 0.85
cmp_outcomeFunction · 0.85

Calls 3

adjust_tp_compareFunction · 0.85
convert_3way_to_objectFunction · 0.85
do_richcmpFunction · 0.85

Tested by

no test coverage detected