Home | History | Annotate | Download | only in Objects

Lines Matching refs:tp_richcompare

593 /* Macro to get the tp_richcompare field of a type if defined */
595 ? (t)->tp_richcompare : NULL)