Searched refs:unformatted_source (Results 1 – 1 of 1) sorted by relevance
104 def FormatCode(unformatted_source, argument125 if not unformatted_source.endswith('\n'):126 unformatted_source += '\n'129 tree = pytree_utils.ParseCodeToTree(unformatted_source)151 if unformatted_source == reformatted_source:155 unformatted_source, reformatted_source, filename=filename)