Searched refs:ann_tuple (Results 1 – 1 of 1) sorted by relevance
231 PyObject *ann_tuple = op->func_annotations; in func_get_annotation_dict() local237 assert(PyTuple_GET_SIZE(ann_tuple) % 2 == 0); in func_get_annotation_dict()239 for (Py_ssize_t i = 0; i < PyTuple_GET_SIZE(ann_tuple); i += 2) { in func_get_annotation_dict()241 PyTuple_GET_ITEM(ann_tuple, i), in func_get_annotation_dict()242 PyTuple_GET_ITEM(ann_tuple, i + 1)); in func_get_annotation_dict()