mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
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. |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| gather.py | ||
| gen_matcher_classes.py | ||
| gen_type_mapping.py | ||
| gen_visitor_functions.py | ||
| generate.py | ||
| transforms.py | ||