cpython/Lib/test/test_inspect/inspect_stringized_annotations_2.py

3 lines
60 B
Python

from __future__ import annotations
def foo(a, b, c): pass