Lines Matching defs:meth
133 Derived classes have a "meth" tuple attribute listing names of
139 meth = ()
143 meth = ("eq",)
148 meth = ("ne",)
153 meth = ("eq", "ne")
162 meth = ("lt",)
167 meth = ("gt",)
172 meth = ("lt", "gt")
181 meth = ("le",)
186 meth = ("ge",)
191 meth = ("le", "ge")
351 cls.meth, cls.meth)
355 cls.meth, cls.meth)
359 cls.meth, cls.meth)
365 cls.meth, cls.meth)
381 a1, b1, 0, cls_a.meth, cls_b.meth)
383 a1, b2, -1, cls_a.meth, cls_b.meth)