Files
RustPython/Lib/test/test_inspect/inspect_stringized_annotations_2.py
2025-12-12 21:43:24 +09:00

4 lines
60 B
Python
Vendored

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