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

Function test_query_lines

shapely/tests/test_strtree.py:280–281  ·  view source on GitHub ↗
(line_tree, geometry, expected)

Source from the content-addressed store, hash-verified

278 ],
279)
280def test_query_lines(line_tree, geometry, expected):
281 assert_array_equal(line_tree.query(geometry), expected)
282
283
284@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…