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

Function do_richcmp

Objects/object.c:925–936  ·  view source on GitHub ↗

Do rich comparison on v and w. Return NULL if error Else a new reference to an object other than Py_NotImplemented, usually(?): Py_True if v op w Py_False if not (v op w) */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

PyObject_RichCompareFunction · 0.85

Calls 2

try_rich_compareFunction · 0.85
try_3way_to_rich_compareFunction · 0.85

Tested by

no test coverage detected