Home | History | Annotate | Download | only in python2.7

Lines Matching defs:error

33     def error(self, message):
35 "subclasses of ParserBase must override error()")
135 self.error("unsupported '[' char in %s declaration" % decltype)
137 self.error("unexpected '[' char in declaration")
139 self.error(
160 self.error('unknown status keyword %r in marked section' % rawdata[i+3:j])
172 self.error('unexpected call to parse_comment()')
196 self.error("unexpected char in internal subset (in %r)" % s)
213 self.error(
238 self.error("unexpected char after internal subset")
245 self.error("unexpected char %r in internal subset" % c)
391 self.error("expected name token at %r"