Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dfuncobject.c286 PyObject *ann_tuple = op->func_annotations; in func_get_annotation_dict() local
292 assert(PyTuple_GET_SIZE(ann_tuple) % 2 == 0); in func_get_annotation_dict()
294 for (Py_ssize_t i = 0; i < PyTuple_GET_SIZE(ann_tuple); i += 2) { in func_get_annotation_dict()
296 PyTuple_GET_ITEM(ann_tuple, i), in func_get_annotation_dict()
297 PyTuple_GET_ITEM(ann_tuple, i + 1)); in func_get_annotation_dict()

Completed in 2 milliseconds