Lines Matching refs:uwlines
26 def _CheckUnwrappedLines(self, uwlines, list_of_expected): argument
35 for uwl in uwlines:
51 uwlines = yapf_test_helper.ParseAndUnwrap(code)
52 self._CheckUnwrappedLines(uwlines, [
63 uwlines = yapf_test_helper.ParseAndUnwrap(code)
64 self._CheckUnwrappedLines(uwlines, [
73 uwlines = yapf_test_helper.ParseAndUnwrap(code)
74 self._CheckUnwrappedLines(uwlines, [
85 uwlines = yapf_test_helper.ParseAndUnwrap(code)
86 self._CheckUnwrappedLines(uwlines, [
99 uwlines = yapf_test_helper.ParseAndUnwrap(code)
100 self._CheckUnwrappedLines(uwlines, [
115 uwlines = yapf_test_helper.ParseAndUnwrap(code)
116 self._CheckUnwrappedLines(uwlines, [
134 uwlines = yapf_test_helper.ParseAndUnwrap(code)
135 self._CheckUnwrappedLines(uwlines, [
154 uwlines = yapf_test_helper.ParseAndUnwrap(code)
155 self._CheckUnwrappedLines(uwlines, [
170 uwlines = yapf_test_helper.ParseAndUnwrap(code)
171 self._CheckUnwrappedLines(uwlines, [
190 uwlines = yapf_test_helper.ParseAndUnwrap(code)
191 self._CheckUnwrappedLines(uwlines, [
210 uwlines = yapf_test_helper.ParseAndUnwrap(code)
211 self._CheckUnwrappedLines(uwlines, [
227 uwlines = yapf_test_helper.ParseAndUnwrap(code)
228 self._CheckUnwrappedLines(uwlines, [
243 uwlines = yapf_test_helper.ParseAndUnwrap(code)
244 self._CheckUnwrappedLines(uwlines, [
254 uwlines = yapf_test_helper.ParseAndUnwrap(code)
255 self._CheckUnwrappedLines(uwlines, [
268 uwlines = yapf_test_helper.ParseAndUnwrap(code)
269 self._CheckUnwrappedLines(uwlines, [
284 uwlines = yapf_test_helper.ParseAndUnwrap(code)
285 self._CheckUnwrappedLines(uwlines, [(0, [
292 def _CheckMatchingBrackets(self, uwlines, list_of_expected): argument
302 for uwl in uwlines:
324 uwlines = yapf_test_helper.ParseAndUnwrap(code)
325 self._CheckMatchingBrackets(uwlines, [
336 uwlines = yapf_test_helper.ParseAndUnwrap(code)
337 self._CheckMatchingBrackets(uwlines, [
348 uwlines = yapf_test_helper.ParseAndUnwrap(code)
349 self._CheckMatchingBrackets(uwlines, [