Home
last modified time | relevance | path

Searched refs:PyCMethod_Check (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dmethodobject.h29 (assert(PyCMethod_Check(func)), \
35 #define PyCMethod_Check(op) PyObject_TypeCheck(op, &PyCMethod_Type) macro
/third_party/python/Python/
Dspecialize.c1605 else if (PyCMethod_Check(callable)) { in call_fail_kind()
/third_party/python/Misc/
DNEWS12557 and PyCMethod_Check() for the new PyCMethod subtype.