Home
last modified time | relevance | path

Searched refs:COMP_EXPR (Results 1 – 4 of 4) sorted by relevance

/external/yapf/yapftests/
Dsubtype_assigner_test.py154 ('s', {subtypes.COMP_EXPR}),
155 ('.', {subtypes.COMP_EXPR}),
156 ('lower', {subtypes.COMP_EXPR}),
157 ('(', {subtypes.COMP_EXPR}),
158 (')', {subtypes.COMP_EXPR}),
/external/yapf/yapf/yapflib/
Dsubtypes.py31 COMP_EXPR = 15 variable
Dformat_decision_state.py781 if (subtypes.COMP_EXPR in current.subtypes and
782 subtypes.COMP_EXPR not in previous.subtypes):
Dsubtype_assigner.py339 _AppendSubtypeRec(node.parent.children[0], subtypes.COMP_EXPR)