Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
Dline_joiner.py39 _CLASS_OR_FUNC = frozenset({'def', 'class'}) variable
67 if lines[0].first.value in _CLASS_OR_FUNC: