Searched refs:SPLIT_PENALTY (Results 1 – 5 of 5) 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, 521 node, pytree_utils.Annotation.SPLIT_PENALTY, default=0) 542 node, pytree_utils.Annotation.SPLIT_PENALTY, default=0) 585 node, pytree_utils.Annotation.SPLIT_PENALTY, default=amt) 591 pytree_utils.SetNodeAnnotation(node, pytree_utils.Annotation.SPLIT_PENALTY,
|
D | pytree_utils.py | 50 SPLIT_PENALTY = 'split_penalty' variable in Annotation 314 penalty=GetNodeAnnotation(node, Annotation.SPLIT_PENALTY, None))
|
D | format_token.py | 235 self.node, pytree_utils.Annotation.SPLIT_PENALTY, default=0)
|
D | pytree_unwrapper.py | 336 pytree_utils.Annotation.SPLIT_PENALTY,
|
/external/yapf/yapftests/ |
D | split_penalty_test.py | 66 tree, pytree_utils.Annotation.SPLIT_PENALTY))]
|