Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
Dsplit_penalty.py513 def RecExpression(node, first_child_leaf): argument
514 if node is first_child_leaf:
526 RecExpression(child, first_child_leaf)
534 def RecExpression(node, first_child_leaf): argument
535 if node is first_child_leaf:
546 RecExpression(child, first_child_leaf)