Home
last modified time | relevance | path

Searched refs:IsSurroundedByBrackets (Results 1 – 2 of 2) sorted by relevance

/external/yapf/yapf/yapflib/
Dformat_decision_state.py215 unwrapped_line.IsSurroundedByBrackets(bracket)):
248 not unwrapped_line.IsSurroundedByBrackets(previous)):
280 open_bracket = unwrapped_line.IsSurroundedByBrackets(current)
354 unwrapped_line.IsSurroundedByBrackets(previous)):
887 bracket = unwrapped_line.IsSurroundedByBrackets(token)
Dunwrapped_line.py381 IsSurroundedByBrackets(cur_token)):
430 def IsSurroundedByBrackets(tok): function