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

Function test_float_arg_missing

shapely/tests/test_constructive.py:127–129  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

125
126@pytest.mark.parametrize("func", CONSTRUCTIVE_FLOAT_ARG)
127def test_float_arg_missing(func):
128 actual = func(None, 1.0)
129 assert actual is None
130
131
132@pytest.mark.parametrize("geometry", all_types)

Callers

nothing calls this directly

Calls 1

funcFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…