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

Class Q

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

Source from the content-addressed store, hash-verified

2191 y: int = 0
2192 @dataclass
2193 class Q:
2194 x: int
2195 y: int = field(default=0, init=False)
2196 @dataclass
2197 class R:
2198 x: int

Callers 1

Calls 1

fieldFunction · 0.85

Tested by 1