Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h126 PyObject *SetComp_type; member
/third_party/python/Python/
DPython-ast.c140 Py_CLEAR(state->SetComp_type); in _PyAST_Fini()
1367 state->SetComp_type = make_type(state, "SetComp", state->expr_type, in init_types()
1370 if (!state->SetComp_type) return 0; in init_types()
4324 tp = (PyTypeObject *)state->SetComp_type; in ast2obj_expr()
8469 tp = state->SetComp_type; in obj2ast_expr()
11744 if (PyModule_AddObjectRef(m, "SetComp", state->SetComp_type) < 0) { in astmodule_exec()