Searched defs:is_method (Results 1 – 5 of 5) sorted by relevance
149 is_method, argument213 def is_method(self): member in FunctionSpec
214 bool is_method = 2; field
871 int is_method = _PyObject_GetMethod(obj, name, &callable); in PyObject_CallMethodObjArgs() local901 int is_method = _PyObject_GetMethod(obj, oname, &callable); in _PyObject_CallMethodIdObjArgs() local
511 let is_method = kind == CXCursor_CXXMethod; in from_ty() localVariable
1629 #define is_method(stack_pointer, args) (PEEK((args)+2) != NULL) macro