Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_overlapping
Function · 0.85
check_and_fix_subsections
Function · 0.85
touching_top
Function · 0.85
touching_bottom
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected