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

Method move

python/dog.py:106–108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104 return self.face(direction)
105
106 def move(self):
107 self.send("MOVE")
108 self.location = self.location.forward(self.facing)
109
110# TODO integrate this with goto
111# def go_through(self):

Callers 2

hug_rightMethod · 0.95
clear_columnFunction · 0.80

Calls 2

sendMethod · 0.95
forwardMethod · 0.80

Tested by

no test coverage detected