Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
Dpytree_unwrapper.py359 _SetMustSplitOnFirstLeaf(node.children[0])
368 _SetMustSplitOnFirstLeaf(node.children[index + 1])
382 def _SetMustSplitOnFirstLeaf(node): function