Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h41 PyObject *Constant_type; member
/third_party/python/Python/
DPython-ast.c55 Py_CLEAR(state->Constant_type); in _PyAST_Fini()
1414 state->Constant_type = make_type(state, "Constant", state->expr_type, in init_types()
1417 if (!state->Constant_type) return 0; in init_types()
1418 if (PyObject_SetAttr(state->Constant_type, state->kind, Py_None) == -1) in init_types()
4486 tp = (PyTypeObject *)state->Constant_type; in ast2obj_expr()
9110 tp = state->Constant_type; in obj2ast_expr()
11776 if (PyModule_AddObjectRef(m, "Constant", state->Constant_type) < 0) { in astmodule_exec()