Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_right
Method · 0.95
clear_column
Function · 0.80
Calls
2
send
Method · 0.95
forward
Method · 0.80
Tested by
no test coverage detected