Home
last modified time | relevance | path

Searched refs:Expr_type (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast_state.h55 PyObject *Expr_type; member
/third_party/python/Python/
H A DPython-ast.c68 Py_CLEAR(state->Expr_type); in _PyAST_Fini()
1296 state->Expr_type = make_type(state, "Expr", state->stmt_type, Expr_fields, in init_types()
1299 if (!state->Expr_type) return 0; in init_types()
4195 tp = (PyTypeObject *)state->Expr_type; in ast2obj_stmt()
8068 tp = state->Expr_type; in obj2ast_stmt()
12012 if (PyModule_AddObjectRef(m, "Expr", state->Expr_type) < 0) { in astmodule_exec()

Completed in 15 milliseconds