Lines Matching refs:error_func
2942 self.error_func = None
3035 self.error_func = self.pdict.get('p_error')
3039 if self.error_func:
3040 if isinstance(self.error_func, types.FunctionType):
3042 elif isinstance(self.error_func, types.MethodType):
3049 eline = self.error_func.__code__.co_firstlineno
3050 efile = self.error_func.__code__.co_filename
3051 module = inspect.getmodule(self.error_func)
3054 argcount = self.error_func.__code__.co_argcount - ismethod
3297 parser = LRParser(lr, pinfo.error_func)
3325 if not pinfo.error_func:
3499 parser = LRParser(lr, pinfo.error_func)