Skip to content

Commit

Permalink
PEP 695 - Type Parameter Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol committed Aug 28, 2023
1 parent 2064e20 commit d55a7a2
Show file tree
Hide file tree
Showing 12 changed files with 1,667 additions and 43 deletions.
12 changes: 12 additions & 0 deletions libcst/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,19 @@
MatchValue,
NameItem,
Nonlocal,
ParamSpec,
Pass,
Raise,
Return,
SimpleStatementLine,
SimpleStatementSuite,
Try,
TryStar,
TypeAlias,
TypeParam,
TypeParameters,
TypeVar,
TypeVarTuple,
While,
With,
WithItem,
Expand Down Expand Up @@ -438,4 +444,10 @@
"VisitorMetadataProvider",
"MetadataDependent",
"MetadataWrapper",
"TypeVar",
"TypeVarTuple",
"ParamSpec",
"TypeParam",
"TypeParameters",
"TypeAlias",
]
Loading

0 comments on commit d55a7a2

Please sign in to comment.