MCPcopy 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

1import re
2import sys
3import copy
4import types

Callers

nothing calls this directly

Calls 6

_MISSING_TYPEClass · 0.85
_KW_ONLY_TYPEClass · 0.85
frozendictClass · 0.85
_FIELD_BASEClass · 0.85
compileMethod · 0.45

Tested by

no test coverage detected