Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
Dformat_decision_state.py198 _IsCompoundStatement(self.line.first) and
765 if (_IsCompoundStatement(self.line.first) and
863 def _IsCompoundStatement(token): function