Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
transport
Method · 0.95
fetch
Method · 0.95
store
Method · 0.80
Calls
2
approach
Method · 0.95
send
Method · 0.95
Tested by
no test coverage detected