Cleanup: update continue_statements.py to use the base transformer facilities for...
authorDan Moldovan <mdan@google.com>
Thu, 31 May 2018 15:53:36 +0000 (08:53 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 31 May 2018 15:56:25 +0000 (08:56 -0700)
commitf6a8cf82134a305f6d27368b2f51819b11195ada
treee1f329438817b45448c0ae9aa527f321a33f08d1
parenta452ef960840accab8d0d0afa72bd77ebdb0c83c
Cleanup: update continue_statements.py to use the base transformer facilities for tracking local state and reindenting node blocks. Rearrange the error handling in base transformer to avoid chained exceptions.

PiperOrigin-RevId: 198727946
tensorflow/contrib/autograph/converters/break_statements.py
tensorflow/contrib/autograph/converters/continue_statements.py
tensorflow/contrib/autograph/pyct/transformer.py
tensorflow/contrib/autograph/pyct/transformer_test.py