Lines Matching refs:error_func
2766 self.error_func = None
2866 self.error_func = self.pdict.get('p_error')
2870 if self.error_func:
2871 if isinstance(self.error_func,types.FunctionType):
2873 elif isinstance(self.error_func, types.MethodType):
2880 eline = func_code(self.error_func).co_firstlineno
2881 efile = func_code(self.error_func).co_filename
2884 if (func_code(self.error_func).co_argcount != 1+ismethod):
3077 parser = LRParser(lr,pinfo.error_func)
3104 if not pinfo.error_func:
3273 parser = LRParser(lr,pinfo.error_func)