LibCST/libcst/codegen/tests
Zsolt Dollenstein 3dc2289bf6
codegen: Support pipe syntax for Union types (#1336)
From 3.14 onwards, we'll get `foo | bar` instead of `typing.Union[foo, bar]` as the annotation for union types (including optional). This PR prepares the codegen script for this.
2025-05-26 08:40:54 +01:00
..
__init__.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
test_codegen_clean.py codegen: Support pipe syntax for Union types (#1336) 2025-05-26 08:40:54 +01:00