Searched refs:ismethod (Results 1 – 4 of 4) sorted by relevance
788 static void body (LexState *ls, expdesc *e, int ismethod, int line) { in body() argument796 if (ismethod) { in body()1456 int ismethod = 0; in funcname() local1461 ismethod = 1; in funcname()1464 return ismethod; in funcname()1470 int ismethod; in funcstat() local1473 ismethod = funcname(ls, &v); in funcstat()1474 body(ls, &b, ismethod, line); in funcstat()
2872 ismethod = 02874 ismethod = 12884 if (func_code(self.error_func).co_argcount != 1+ismethod):
1474 … elif inspect.ismethod(test) and test.__self__ != None and hasattr(test.__self__,"getCategories"):
1819 self.assertTrue(inspect.ismethod(method),