MCPcopy Create free account
hub / github.com/JoshuaPostel/texaform / __hash__

Method __hash__

python/utils.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 y: int
38
39 def __hash__(self):
40 return hash((self.x, self.y))
41
42 def __add__(self, other) -> Self:
43 if isinstance(other, Point):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected