Home
last modified time | relevance | path

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

/aosp_15_r20/external/yapf/yapf/yapflib/
H A Dyapf_api.py154 def FormatCode(unformatted_source, argument
183 tree = pytree_utils.ParseCodeToTree(unformatted_source)
191 if unformatted_source == reformatted_source:
195 unformatted_source, reformatted_source, filename=filename)