Searched refs:EarlyExit (Results 1 – 5 of 5) sorted by relevance
20 except EarlyExit:36 except EarlyExit:39 except EarlyExit:45 except EarlyExit:
97 class EarlyExit(Exception): pass class155 raise EarlyExit, '%r terminated early' % (self.terminated_by,)
446 class EarlyExit < RecognitionError class628 def EarlyExit( decision, input = @input ) method629 EarlyExit.new( decision, input )
808 eee = EarlyExit( 11 )
403 eee = EarlyExit(<decisionNumber>)