MCPcopy Index your code
hub / github.com/python/cpython / D

Class D

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

Source from the content-addressed store, hash-verified

92
93 @dataclass
94 class D:
95 C: C = field()
96
97 self.assertIn(",type=...,", repr(D.__dataclass_fields__["C"]))
98

Calls 1

fieldFunction · 0.85