Searched refs:TypeVarTuple_annotations (Results 1 – 1 of 1) sorted by relevance
4989 PyObject *TypeVarTuple_annotations = PyDict_New(); in add_ast_annotations() local4990 if (!TypeVarTuple_annotations) return 0; in add_ast_annotations()4994 cond = PyDict_SetItemString(TypeVarTuple_annotations, "name", type) == in add_ast_annotations()4998 Py_DECREF(TypeVarTuple_annotations); in add_ast_annotations()5007 Py_DECREF(TypeVarTuple_annotations); in add_ast_annotations()5010 cond = PyDict_SetItemString(TypeVarTuple_annotations, "default_value", in add_ast_annotations()5014 Py_DECREF(TypeVarTuple_annotations); in add_ast_annotations()5019 TypeVarTuple_annotations) == 0; in add_ast_annotations()5021 Py_DECREF(TypeVarTuple_annotations); in add_ast_annotations()5025 TypeVarTuple_annotations) == 0; in add_ast_annotations()[all …]