Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
Dcomment_splicer.py322 node.parent, pytree_utils.Annotation.CHILD_INDENT)
344 pytree_utils.SetNodeAnnotation(tree, pytree_utils.Annotation.CHILD_INDENT,
349 tree, pytree_utils.Annotation.CHILD_INDENT)
352 pytree_utils.SetNodeAnnotation(tree, pytree_utils.Annotation.CHILD_INDENT,
Dpytree_utils.py47 CHILD_INDENT = 'child_indent' variable in Annotation
320 indent=GetNodeAnnotation(node, Annotation.CHILD_INDENT))