Home
last modified time | relevance | path

Searched refs:Set_type (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast_state.h129 PyObject *Set_type; member
/third_party/python/Python/
H A DPython-ast.c142 Py_CLEAR(state->Set_type); in _PyAST_Fini()
1373 state->Set_type = make_type(state, "Set", state->expr_type, Set_fields, 1, in init_types()
1375 if (!state->Set_type) return 0; in init_types()
4380 tp = (PyTypeObject *)state->Set_type; in ast2obj_expr()
8658 tp = state->Set_type; in obj2ast_expr()
12048 if (PyModule_AddObjectRef(m, "Set", state->Set_type) < 0) { in astmodule_exec()

Completed in 23 milliseconds