Home | History | Annotate | Download | only in Objects

Lines Matching refs:tp_richcompare

588 /* Macro to get the tp_richcompare field of a type if defined */

590 ? (t)->tp_richcompare : NULL)