Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
Dcomment_splicer.py120 ancestor_at_indent = _FindAncestorAtIndent(child, comment_indent)
299 def _FindAncestorAtIndent(node, indent): function
327 return _FindAncestorAtIndent(node.parent, indent)