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

Function try_rich_compare

Objects/object.c:607–633  ·  view source on GitHub ↗

Try a genuine rich comparison, returning an object. Return: NULL for exception; NotImplemented if this particular rich comparison is not implemented or undefined; 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 2

try_rich_compare_boolFunction · 0.85
do_richcmpFunction · 0.85

Calls 1

PyType_IsSubtypeFunction · 0.85

Tested by

no test coverage detected