Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/shapely/shapely
/ prep
Function
prep
shapely/prepared.py:72–74 ·
view source on GitHub ↗
Create and return a prepared geometric object.
(ob)
Source
from the content-addressed store, hash-verified
70
71
72
def
prep(ob):
73
""
"Create and return a prepared geometric object."
""
74
return
PreparedGeometry(ob)
Callers
3
_split_polygon_with_line
Method · 0.90
test_prep
Function · 0.90
test_prepare_already_prepared
Function · 0.90
Calls
1
PreparedGeometry
Class · 0.85
Tested by
2
test_prep
Function · 0.72
test_prepare_already_prepared
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…