Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h54 PyObject *Expression_type; member
/third_party/python/Python/
DPython-ast.c68 Py_CLEAR(state->Expression_type); in _PyAST_Fini()
1115 state->Expression_type = make_type(state, "Expression", state->mod_type, in init_types()
1118 if (!state->Expression_type) return 0; in init_types()
3607 tp = (PyTypeObject *)state->Expression_type; in ast2obj_mod()
5478 tp = state->Expression_type; in obj2ast_mod()
11625 if (PyModule_AddObjectRef(m, "Expression", state->Expression_type) < 0) { in astmodule_exec()
12027 req_type[1] = state->Expression_type; in PyAST_obj2mod()