Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c1317 static int _report_missing_parentheses(PySyntaxErrorObject *self);
1367 _report_missing_parentheses(self) < 0) { in SyntaxError_init()
2953 _report_missing_parentheses(PySyntaxErrorObject *self) in _report_missing_parentheses() function