Home
last modified time | relevance | path

Searched refs:unformatted_source (Results 1 – 1 of 1) sorted by relevance

/external/yapf/yapf/yapflib/
Dyapf_api.py104 def FormatCode(unformatted_source, argument
125 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)