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

Class Point3D

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

Source from the content-addressed store, hash-verified

831 # here.
832 @dataclass
833 class Point3D:
834 x: int
835 y: int
836 z: int
837
838 @dataclass
839 class Date:

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…