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

Function clear_area

python/gather.py:108–111  ·  view source on GitHub ↗
(dog: Dog, area: Rect, depot: Optional[Depot])

Source from the content-addressed store, hash-verified

106 clear_column(dog, top, height, depot)
107
108def clear_area(dog: Dog, area: Rect, depot: Optional[Depot]):
109 for x in range(area.width() + 1):
110 top = area.top_left + Point(x, 0)
111 clear_column(dog, top, area.height(), depot)
112
113
114#dog0 = Dog(3335)

Callers 1

expand_areaMethod · 0.85

Calls 4

PointClass · 0.90
clear_columnFunction · 0.85
widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected