MCPcopy Index your code
hub / github.com/python/cpython / __init__.py

File __init__.py

Lib/test/test_dataclasses/__init__.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Deliberately use "from dataclasses import *". Every name in __all__
2# is tested, so they all must be present. This is a way to catch
3# missing ones.
4

Callers

nothing calls this directly

Calls 2

make_dataclassFunction · 0.85
mainMethod · 0.45

Tested by

no test coverage detected