Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
Dformat_token.py332 def is_pylint_comment(self): member in FormatToken
Dreformatter.py241 if last.is_pylint_comment or last.is_pytype_comment:
Dformat_decision_state.py655 if (not current.is_pylint_comment and not current.is_pytype_comment and