python (3.11.7)

(root)/
lib/
python3.11/
test/
test_inspect/
inspect_stringized_annotations_2.py
       1  from __future__ import annotations
       2  
       3  def foo(a, b, c):  pass