Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c2958 int legacy_check_result = 0; in _report_missing_parentheses() local
2971 legacy_check_result = _check_for_legacy_statements(self, 0); in _report_missing_parentheses()
2972 if (legacy_check_result < 0) { in _report_missing_parentheses()
2976 if (legacy_check_result == 0) { in _report_missing_parentheses()