Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ dataclasses.py
File
dataclasses.py
Lib/dataclasses.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
re
2
import
sys
3
import
copy
4
import
types
Callers
nothing calls this directly
Calls
6
_HAS_DEFAULT_FACTORY_CLASS
Class · 0.85
_MISSING_TYPE
Class · 0.85
_KW_ONLY_TYPE
Class · 0.85
frozendict
Class · 0.85
_FIELD_BASE
Class · 0.85
compile
Method · 0.45
Tested by
no test coverage detected