Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c2956 Py_ssize_t left_paren_index; in _report_missing_parentheses() local
2961 left_paren_index = PyUnicode_FindChar(self->text, left_paren, in _report_missing_parentheses()
2963 if (left_paren_index < -1) { in _report_missing_parentheses()
2966 if (left_paren_index != -1) { in _report_missing_parentheses()