Searched refs:SetComp_type (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_ast_state.h | 126 PyObject *SetComp_type; member
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 200 static PyTypeObject *SetComp_type; variable 758 SetComp_type = make_type("SetComp", expr_type, SetComp_fields, 2); in init_types() 759 if (!SetComp_type) return 0; in init_types() 2695 result = PyType_GenericNew(SetComp_type, NULL, NULL); in ast2obj_expr() 5217 isinstance = PyObject_IsInstance(obj, (PyObject*)SetComp_type); in obj2ast_expr() 6830 if (PyDict_SetItemString(d, "SetComp", (PyObject*)SetComp_type) < 0) in init_ast()
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 140 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()
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 6548 …<var-decl name='SetComp_type' type-id='type-id-16' visibility='default' filepath='./Include/intern…
|