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

Function test_query_polygons

shapely/tests/test_strtree.py:321–322  ·  view source on GitHub ↗
(poly_tree, geometry, expected)

Source from the content-addressed store, hash-verified

319 ],
320)
321def test_query_polygons(poly_tree, geometry, expected):
322 assert_array_equal(poly_tree.query(geometry), expected)
323
324
325@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

queryMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…