| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Copied from typing-extensions (python/typing#1054, python/typing#1120). Documentation is intentionally omitted, so we can focus on getting the runtime part in before the feature freeze.
Copied from typing-extensions (python/typing#1054, python/typing#1120). Documentation is intentionally omitted, so we can focus on getting the runtime part in before the feature freeze.
Typing-extensions version 4.2 is required for the use of `field_specifiers` in `dataclass_transform` (see python/typing#1120).
Typing-extensions version 4.2 is required for the use of `field_specifiers` in `dataclass_transform` (see python/typing#1120).
Typing-extensions version 4.2 is required for the use of `field_specifiers` in `dataclass_transform` (see python/typing#1120).
| Back | FazBrowse Home | New Git URL |
cc @debonte @erictraut. This implements the field_descriptors -> field_specifiers rename that was changed in the PEP yesterday and the **kwargs idea I just shared. Just a draft for now to share what the idea would look like at runtime.