Lines Matching full:raise
143 Otherwise, raise NeedMore.
170 raise NeedMore()
174 raise NeedMore()
181 raise NeedMore()
197 raise NeedMore()
200 raise NeedMore()
212 raise NeedMore()
219 raise NeedMore()
230 raise NeedMore()
234 raise NeedMore()
248 raise NeedMore()
251 raise NeedMore()
273 raise NeedMore()
290 raise NotImplementedError(sep)
303 raise NeedMore()
305 raise ShellSyntaxError('Invalid quoted string sequence')
322 raise NotImplementedError()
384 raise ShellSyntaxError('Invalid token "%s"')
427 raise ShellSyntaxError('invalid here document delimiter %s' % str(delim))
436 Raise NeedMore() otherwise.
461 raise NeedMore()
496 raise IndexError(key)
571 When eof is set to True, returns unconsumed data or raise if the lexer
573 Raise NeedMore otherwise.
584 raise NeedMore()
607 raise ShellSyntaxError('missing here-document delimiter')
648 raise NeedMore()
667 raise NeedMore()
732 raise ShellSyntaxError("expecting here-document name, got '%s'" % self._token)
765 raise ShellSyntaxError("syntax error near token '%s'" % self._token)
817 raise NotImplementedError