Home | History | Annotate | Download | only in python2.7

Lines Matching refs:PyNumberMethods

273 } PyNumberMethods;
340 PyNumberMethods *tp_as_number;
419 PyNumberMethods as_number;
573 /* PySequenceMethods and PyNumberMethods contain in-place operators */
576 /* PyNumberMethods do their own coercion */
613 /* Objects support nb_index in PyNumberMethods */