python (3.12.0)

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