Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
Dsplit_penalty.py493 _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,
Dpytree_utils.py50 SPLIT_PENALTY = 'split_penalty' variable in Annotation
314 penalty=GetNodeAnnotation(node, Annotation.SPLIT_PENALTY, None))
Dformat_token.py235 self.node, pytree_utils.Annotation.SPLIT_PENALTY, default=0)
Dpytree_unwrapper.py336 pytree_utils.Annotation.SPLIT_PENALTY,
/external/yapf/yapftests/
Dsplit_penalty_test.py66 tree, pytree_utils.Annotation.SPLIT_PENALTY))]