Home
last modified time | relevance | path

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

/external/yapf/yapftests/
Dsubtype_assigner_test.py121 format_token.Subtype.COMP_FOR}),
122 ('s', {format_token.Subtype.COMP_FOR}),
123 ('in', {format_token.Subtype.COMP_FOR}),
124 ('strs', {format_token.Subtype.COMP_FOR}),
/external/yapf/yapf/yapflib/
Dsubtype_assigner.py309 _AppendSubtypeRec(node, format_token.Subtype.COMP_FOR)
314 if not attr or format_token.Subtype.COMP_FOR not in attr:
Dformat_token.py52 COMP_FOR = 15 variable in Subtype
Dunwrapped_line.py502 if (format_token.Subtype.COMP_FOR in cur_token.subtypes or
Dformat_decision_state.py701 format_token.Subtype.COMP_FOR in current.subtypes):