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

Method left

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

Source from the content-addressed store, hash-verified

10 W = "W"
11
12 def left(self) -> Self:
13 match self:
14 case "N":
15 return Direction.W
16 case "W":
17 return Direction.S
18 case "S":
19 return Direction.E
20 case "E":
21 return Direction.N
22
23 def right(self) -> Self:
24 match self:

Callers 1

turn_leftMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected