xref
: /
aosp_15_r20
/
external
/
python
/
cpython3
/
Lib
/
test
/
inspect_stringized_annotations_2.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
from
__future__
import
annotations
2
3
def
foo
(
a
,
b
,
c
):
pass
4