Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h139 PyObject *Tuple_type; member
/third_party/python/Python/
H A DPython-ast.c152 Py_CLEAR(state->Tuple_type); in _PyAST_Fini()
1453 state->Tuple_type = make_type(state, "Tuple", state->expr_type, in init_types()
1456 if (!state->Tuple_type) return 0; in init_types()
4668 tp = (PyTypeObject *)state->Tuple_type; in ast2obj_expr()
9761 tp = state->Tuple_type; in obj2ast_expr()
12104 if (PyModule_AddObjectRef(m, "Tuple", state->Tuple_type) < 0) { in astmodule_exec()

Completed in 16 milliseconds