Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpyerrors.h26 PyObject *print_file_and_line; member
/third_party/python/Objects/
Dexceptions.c1534 Py_CLEAR(self->print_file_and_line); in SyntaxError_clear()
1556 Py_VISIT(self->print_file_and_line); in SyntaxError_traverse()
1650 offsetof(PySyntaxErrorObject, print_file_and_line), 0,
/third_party/python/Python/
Dpythonrun.c894 _Py_IDENTIFIER(print_file_and_line); in print_exception()
Derrors.c1585 _Py_IDENTIFIER(print_file_and_line); in PyErr_SyntaxLocationObjectEx()
/third_party/python/Tools/c-analyzer/
DTODO531 …/errors.c:PyErr_SyntaxLocationObject():PyId_print_file_and_line _Py_IDENTIFIER(print_file_and_line)
587 Python/pythonrun.c:print_exception():PyId_print_file_and_line _Py_IDENTIFIER(print_file_and_line)
/third_party/python/Misc/
DHISTORY22631 that have an attribute print_file_and_line, not just SyntaxErrors.