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

Function test_relate_pattern_none

shapely/tests/test_predicates.py:341–342  ·  view source on GitHub ↗
(g1, g2)

Source from the content-addressed store, hash-verified

339
340@pytest.mark.parametrize("g1, g2", [(point, None), (None, point), (None, None)])
341def test_relate_pattern_none(g1, g2):
342 assert shapely.relate_pattern(g1, g2, "*" * 9).item() is False
343
344
345def test_relate_pattern_incorrect_length():

Callers

nothing calls this directly

Calls 1

relate_patternMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…