Searched defs:PyNumberMethods (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Include/
H A Dobject.h273 } PyNumberMethods; typedef in typeref:struct:__anon17400
340 PyNumberMethods *tp_as_number;
419 PyNumberMethods as_number;
575 /* PySequenceMethods and PyNumberMethods contain in-place operators */
578 /* PyNumberMethods do their own coercion */
615 /* Objects support nb_index in PyNumberMethods */

Completed in 131 milliseconds