MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / test_interpolated_empty_path

Function test_interpolated_empty_path

lib/matplotlib/tests/test_path.py:692–694  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

690
691
692def test_interpolated_empty_path():
693 path = Path(np.zeros((0, 2)))
694 assert path.interpolated(42) is path

Callers

nothing calls this directly

Calls 2

interpolatedMethod · 0.95
PathClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…