Searched defs:tback (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Parser/pegen/ |
D | pegen.c | 248 PyObject *tback; in raise_decode_error() local 280 PyObject *tback; in raise_tokenizer_init_error() local
|
/external/python/cpython2/Python/ |
D | ast.c | 82 PyObject *type, *value, *tback, *errstr, *loc, *tmp; in ast_error_finish() local 1381 PyObject *type, *value, *tback, *errstr; in ast_for_atom() local
|
D | Python-ast.c | 1284 Raise(expr_ty type, expr_ty inst, expr_ty tback, int lineno, int col_offset, in Raise() 4295 expr_ty tback; in obj2ast_stmt() local
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 139 expr_ty tback; member
|
/external/python/cpython3/Python/ |
D | ast.c | 2332 PyObject *type, *value, *tback, *errstr; in ast_for_atom() local
|