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

Function test_no_args_missing

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

Source from the content-addressed store, hash-verified

119
120@pytest.mark.parametrize("func", CONSTRUCTIVE_NO_ARGS)
121def test_no_args_missing(func):
122 actual = func(None)
123 assert actual is None
124
125
126@pytest.mark.parametrize("func", CONSTRUCTIVE_FLOAT_ARG)

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…