Lines Matching refs:problem
92 # problem=None, problem_mark=None, note=None):
95 # self.problem = problem
104 # and (self.problem is None or self.problem_mark is None
109 # if self.problem is not None:
110 # lines.append(self.problem)
307 self.parser.problem_value, u'?', PyUnicode_FromString(self.parser.problem))
317 if self.parser.problem != NULL:
325 problem = PyUnicode_FromString(self.parser.problem)
327 return ScannerError(context, context_mark, problem, problem_mark)
329 return ParserError(context, context_mark, problem, problem_mark)
954 problem = PyUnicode_FromString(self.emitter.problem)
955 return EmitterError(problem)