Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c2897 _check_for_legacy_statements(PySyntaxErrorObject *self, Py_ssize_t start) in _check_for_legacy_statements() function
2971 legacy_check_result = _check_for_legacy_statements(self, 0); in _report_missing_parentheses()
2987 if (_check_for_legacy_statements(self, colon_index+1) < 0) { in _report_missing_parentheses()