Searched refs:_RecAnnotate (Results 1 – 1 of 1) sorted by relevance
/external/yapf/yapf/yapflib/ |
D | split_penalty.py | 493 _RecAnnotate(node, pytree_utils.Annotation.SPLIT_PENALTY, UNBREAKABLE) 499 _RecAnnotate(node, pytree_utils.Annotation.SPLIT_PENALTY, 506 _RecAnnotate(node, pytree_utils.Annotation.SPLIT_PENALTY, 551 def _RecAnnotate(tree, annotate_name, annotate_value): function 563 _RecAnnotate(child, annotate_name, annotate_value)
|