HomeSort by relevance Sort by last modified time
    Searched defs:PyNumberMethods (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 660 PyNumberMethods = (
754 SuiteSlot(PyNumberMethods, "PyNumberMethods", "tp_as_number"),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 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 */
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 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 */
    [all...]

Completed in 515 milliseconds