Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h109 PyObject *NamedExpr_type; member
/third_party/python/Python/
DPython-ast.c123 Py_CLEAR(state->NamedExpr_type); in _PyAST_Fini()
1336 state->NamedExpr_type = make_type(state, "NamedExpr", state->expr_type, in init_types()
1339 if (!state->NamedExpr_type) return 0; in init_types()
4198 tp = (PyTypeObject *)state->NamedExpr_type; in ast2obj_expr()
7987 tp = state->NamedExpr_type; in obj2ast_expr()
11720 if (PyModule_AddObjectRef(m, "NamedExpr", state->NamedExpr_type) < 0) { in astmodule_exec()