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

Method drop_off

python/dog.py:256–258  ·  view source on GitHub ↗
(self, point: Point)

Source from the content-addressed store, hash-verified

254
255
256 def drop_off(self, point: Point):
257 self.approach(point)
258 self.send("DROP")
259
260 def drop_within(self, area: Rect):
261 target = area.random_point_inside()

Callers 3

transportMethod · 0.95
fetchMethod · 0.95
storeMethod · 0.80

Calls 2

approachMethod · 0.95
sendMethod · 0.95

Tested by

no test coverage detected