Lines Matching refs:unformatted_code
36 unformatted_code = textwrap.dedent("""\
47 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
51 unformatted_code = textwrap.dedent("""\
59 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
64 unformatted_code = textwrap.dedent("""\
76 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
80 unformatted_code = textwrap.dedent("""\
88 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
92 unformatted_code = 'methods.exec( sys.modules[name])\n'
94 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
124 unformatted_code = textwrap.dedent("""\
130 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
142 unformatted_code = textwrap.dedent("""\
148 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
155 unformatted_code = textwrap.dedent("""\
171 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
175 unformatted_code = textwrap.dedent("""\
181 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
194 unformatted_code = textwrap.dedent("""\
216 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
233 unformatted_code = textwrap.dedent("""\
245 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
251 unformatted_code = textwrap.dedent("""\
263 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
278 unformatted_code = """\
327 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
336 unformatted_code = """\
354 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)