mirror of https://github.com/python/cpython
5b9a3fd6a0
dataclasses.replace() now raises TypeError instead of ValueError if specify keyword argument for a field declared with init=False or miss keyword argument for required InitVar field. |
||
---|---|---|
.. | ||
__init__.py | ||
dataclass_module_1.py | ||
dataclass_module_1_str.py | ||
dataclass_module_2.py | ||
dataclass_module_2_str.py | ||
dataclass_textanno.py |