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

Function right

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

Source from the content-addressed store, hash-verified

747
748 # --- Utility functions ---
749 def right(rect):
750 return rect["left"] + rect["width"]
751
752 def bottom(rect):
753 return rect["top"] + rect["height"]

Callers 4

is_overlappingFunction · 0.85
touching_leftFunction · 0.85
touching_rightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected