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

Method right

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

Source from the content-addressed store, hash-verified

21 return Direction.N
22
23 def right(self) -> Self:
24 match self:
25 case "N":
26 return Direction.E
27 case "E":
28 return Direction.S
29 case "S":
30 return Direction.W
31 case "W":
32 return Direction.N
33
34@dataclass
35class Point:

Callers 1

turn_rightMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected