Home | History | Annotate | Download | only in ply

Lines Matching refs:co_argcount

2884             if (func_code(self.error_func).co_argcount != 1+ismethod):
2988 if func_code(func).co_argcount > reqargs:
2991 elif func_code(func).co_argcount < reqargs:
3018 if ((isinstance(v,types.FunctionType) and func_code(v).co_argcount == 1) or
3019 (isinstance(v,types.MethodType) and func_code(v).co_argcount == 2)):