MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / bottom

Function bottom

utils/wei_utils.py:752–753  ·  view source on GitHub ↗
(rect)

Source from the content-addressed store, hash-verified

750 return rect["left"] + rect["width"]
751
752 def bottom(rect):
753 return rect["top"] + rect["height"]
754
755 def is_overlapping(r1, r2):
756 """

Callers 4

is_overlappingFunction · 0.85
touching_topFunction · 0.85
touching_bottomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected