MCPcopy 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

transportMethod · 0.95
pick_unknownMethod · 0.95
buildFunction · 0.80
takeMethod · 0.80

Calls 2

approachMethod · 0.95
pickMethod · 0.95

Tested by

no test coverage detected