Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
Dcomment_splicer.py333 node.parent, pytree_utils.Annotation.CHILD_INDENT)
355 pytree_utils.SetNodeAnnotation(tree, pytree_utils.Annotation.CHILD_INDENT,
360 tree, pytree_utils.Annotation.CHILD_INDENT)
363 pytree_utils.SetNodeAnnotation(tree, pytree_utils.Annotation.CHILD_INDENT,
Dpytree_utils.py48 CHILD_INDENT = 'child_indent' variable in Annotation
336 indent=GetNodeAnnotation(node, Annotation.CHILD_INDENT))