This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
mirror of
https://github.com/python/cpython.git
synced
2026-08-02 23:25:41 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8f06112b8fbc716b2f11fc77fe5fa0731e4f5cd3
cpython
/
Lib
/
test
/
test_dataclasses
T
History
sobolevn
and
GitHub
753f82db2f
gh-150069: Test frozen dataclass and properties interaction (
#150070
)
2026-07-02 12:48:47 +00:00
..
__init__.py
gh-150069: Test frozen dataclass and properties interaction (
#150070
)
2026-07-02 12:48:47 +00:00
_types_proxy.py
gh-133956 fix bug where
dataclass
wouldn't detect
ClassVar
fields if
ClassVar
was re-exported from a module other than
typing
(
#140541
)
2026-05-03 15:59:18 -07:00
dataclass_module_1_str.py
…
dataclass_module_1.py
…
dataclass_module_2_str.py
…
dataclass_module_2.py
…
dataclass_module_3_str.py
gh-133956 fix bug where
dataclass
wouldn't detect
ClassVar
fields if
ClassVar
was re-exported from a module other than
typing
(
#140541
)
2026-05-03 15:59:18 -07:00
dataclass_module_3.py
gh-133956 fix bug where
dataclass
wouldn't detect
ClassVar
fields if
ClassVar
was re-exported from a module other than
typing
(
#140541
)
2026-05-03 15:59:18 -07:00
dataclass_module_4_str.py
gh-133956 fix bug where
dataclass
wouldn't detect
ClassVar
fields if
ClassVar
was re-exported from a module other than
typing
(
#140541
)
2026-05-03 15:59:18 -07:00
dataclass_module_4.py
gh-133956 fix bug where
dataclass
wouldn't detect
ClassVar
fields if
ClassVar
was re-exported from a module other than
typing
(
#140541
)
2026-05-03 15:59:18 -07:00
dataclass_textanno.py
…