MCPcopy Create free account
hub / github.com/shapely/shapely / time_contains

Method time_contains

benchmarks/benchmarks.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 self.polygon = shapely.polygons(np.random.random((3, 2)))
24
25 def time_contains(self):
26 shapely.contains(self.points, self.polygon)
27
28 def time_distance(self):
29 shapely.distance(self.points, self.polygon)

Callers

nothing calls this directly

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected