Home
last modified time | relevance | path

Searched defs:annotations_len (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Python/
Dcompile.c2151 expr_ty annotation, Py_ssize_t *annotations_len) in compiler_visit_argannotation()
2176 Py_ssize_t *annotations_len) in compiler_visit_argannotations()
2201 Py_ssize_t annotations_len = 0; in compiler_visit_annotations() local