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

Function test_relate_pattern_non_string

shapely/tests/test_predicates.py:354–356  ·  view source on GitHub ↗
(pattern)

Source from the content-addressed store, hash-verified

352
353@pytest.mark.parametrize("pattern", [b"*********", 10, None])
354def test_relate_pattern_non_string(pattern):
355 with pytest.raises(TypeError, match="expected string"):
356 shapely.relate_pattern(point, polygon, pattern)
357
358
359def test_relate_pattern_non_scalar():

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…