Lines Matching refs:uwlines
39 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
41 reformatter.Reformat(uwlines, verify=True)
42 reformatter.Reformat(uwlines) # verify should be False by default.
53 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
55 reformatter.Reformat(uwlines, verify=False))
67 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
69 reformatter.Reformat(uwlines, verify=True)
82 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
84 reformatter.Reformat(uwlines, verify=False))
102 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
104 reformatter.Reformat(uwlines, verify=False))