MCPcopy 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
72def prep(ob):
73 """Create and return a prepared geometric object."""
74 return PreparedGeometry(ob)

Callers 3

test_prepFunction · 0.90

Calls 1

PreparedGeometryClass · 0.85

Tested by 2

test_prepFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…