Skip to content

Commit

Permalink
dataclass_transform will be in 3.11 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed May 19, 2022
1 parent e9d09b5 commit abe4390
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -35,13 +35,14 @@ This module currently contains the following:

- Experimental features

- `@dataclass_transform()` (see PEP 681)
- (Currently none)

- In `typing` since Python 3.11

- `assert_never`
- `assert_type`
- `clear_overloads`
- `@dataclass_transform()` (see PEP 681)
- `get_overloads`
- `LiteralString` (see PEP 675)
- `Never`
Expand Down

0 comments on commit abe4390

Please sign in to comment.