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

Function test_query_points

shapely/tests/test_strtree.py:251–252  ·  view source on GitHub ↗
(tree, geometry, expected)

Source from the content-addressed store, hash-verified

249 ],
250)
251def test_query_points(tree, geometry, expected):
252 assert_array_equal(tree.query(geometry), expected)
253
254
255@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…