HomeSort by relevance Sort by last modified time
    Searched refs:PyMethod_New (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Utility/
CythonFunction.c 536 return PyMethod_New(func,
542 return PyMethod_New(func, obj, type);
    [all...]
ModuleSetupCode.c 279 #define PyMethod_New(func, self, klass) ((self) ? PyMethod_New(func, self) : PyInstanceMethod_New(func))
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 212 #define PyMethod_New(func, self, klass) ((self) ? PyMethod_New(func, self) : PyInstanceMethod_New(func))
    [all...]
qavltree.c 212 #define PyMethod_New(func, self, klass) ((self) ? PyMethod_New(func, self) : PyInstanceMethod_New(func))
    [all...]
qbintree.c 212 #define PyMethod_New(func, self, klass) ((self) ? PyMethod_New(func, self) : PyInstanceMethod_New(func))
    [all...]
qrbtree.c 212 #define PyMethod_New(func, self, klass) ((self) ? PyMethod_New(func, self) : PyInstanceMethod_New(func))
    [all...]

Completed in 90 milliseconds