Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JoshuaPostel/texaform
/ pick_known
Method
pick_known
python/dog.py:250–253 ·
view source on GitHub ↗
(self, char: str, point: Point)
Source
from the content-addressed store, hash-verified
248
249
250
def
pick_known(self, char: str, point: Point):
251
print(f
"attempting to fetch {char} at {point}"
)
252
self.approach(point)
253
self.pick(char, point)
254
255
256
def
drop_off(self, point: Point):
Callers
4
transport
Method · 0.95
pick_unknown
Method · 0.95
build
Function · 0.80
take
Method · 0.80
Calls
2
approach
Method · 0.95
pick
Method · 0.95
Tested by
no test coverage detected