Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyerrors.h26 PyObject *print_file_and_line; member
/external/python/cpython3/Include/
Dpyerrors.h27 PyObject *print_file_and_line; member
/external/python/cpython2/Objects/
Dexceptions.c1098 Py_CLEAR(self->print_file_and_line); in SyntaxError_clear()
1118 Py_VISIT(self->print_file_and_line); in SyntaxError_traverse()
1216 offsetof(PySyntaxErrorObject, print_file_and_line), 0,
/external/python/cpython3/Objects/
Dexceptions.c1382 Py_CLEAR(self->print_file_and_line); in SyntaxError_clear()
1402 Py_VISIT(self->print_file_and_line); in SyntaxError_traverse()
1490 offsetof(PySyntaxErrorObject, print_file_and_line), 0,
/external/python/cpython3/Python/
Derrors.c1052 _Py_IDENTIFIER(print_file_and_line); in PyErr_SyntaxLocationObject()
Dpythonrun.c722 _Py_IDENTIFIER(print_file_and_line); in print_exception()
/external/python/cpython2/Misc/
DHISTORY5247 that have an attribute print_file_and_line, not just SyntaxErrors.
/external/python/cpython3/Misc/
DHISTORY22631 that have an attribute print_file_and_line, not just SyntaxErrors.