Searched defs:unformatted_code (Results 1 – 2 of 2) sorted by relevance
| /external/yapf/yapftests/ | ||
| D | reformatter_pep8_test.py | 735 unformatted_code = textwrap.dedent("""\ variable in TestsForSpacesInsideBrackets |
| D | yapf_test.py | 45 def _Check(self, unformatted_code, expected_formatted_code): argument |