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

Lines Matching refs:EndOfBlock

630 class EndOfBlock(Exception): pass
655 raise EndOfBlock
667 raise EndOfBlock
671 raise EndOfBlock
678 except (EndOfBlock, IndentationError):