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

Class B

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

Source from the content-addressed store, hash-verified

154 "default argument 'x'"):
155 @dataclass
156 class B:
157 x: int = 0
158
159 @dataclass
160 class C(B):

Calls

no outgoing calls